* lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 22 May 2011 18:22:30 +0000 (15:22 -0300)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 22 May 2011 18:22:30 +0000 (15:22 -0300)
commit9c848d8a7578d84212bac6559681fd0cf795581c
treeabd2b0230e653f625ded84ee1f3004f53937c7ce
parent79106a44d30dd3ec15a5bdd653b1d1911fe05ff7
* lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
funcall as well.  Warn when performing those conversions.
* lisp/emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.

Fixes: debbugs:8712
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/macroexp.el