Fix C-M-x in lexbind mode. Misc tweaks.
commit06788a55302c7da6566c7efe8d8d800538a22c0a
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 24 Mar 2011 15:31:56 +0000 (24 11:31 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 24 Mar 2011 15:31:56 +0000 (24 11:31 -0400)
treef7930c0d1743108e09432d13eaac366eb049062b
parent29a4dcb06d4bd78db96d6305f7434ce464aff8a4
Fix C-M-x in lexbind mode.  Misc tweaks.
* lisp/startup.el: Convert to lexical-binding.  Mark unused arguments.
(command-line-1): Get rid of the "cl1-" prefix now that we use lexical
scoping instead.
* lisp/emacs-lisp/float-sup.el (pi): Leave it lexically scoped.
* lisp/emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): New fun.
(eval-last-sexp-1): Use eval-sexp-add-defvars.
* lisp/emacs-lisp/edebug.el (edebug-eval-defun): Use eval-sexp-add-defvars.
* lisp/emacs-lisp/cconv.el (cconv--analyse-function):
Fix `report-error/log-warning' mixup.
lisp/ChangeLog
lisp/emacs-lisp/cconv.el
lisp/emacs-lisp/edebug.el
lisp/emacs-lisp/float-sup.el
lisp/emacs-lisp/lisp-mode.el
lisp/startup.el