]> git.eshelyaron.com Git - emacs.git/commit
Fix bug #41618 "(byte-compile 'foo) errors when foo is a macro."
authorAlan Mackenzie <acm@muc.de>
Sun, 31 May 2020 16:46:06 +0000 (16:46 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 31 May 2020 16:46:06 +0000 (16:46 +0000)
commitcc340da1fe853dc52c894d6660384e09bb9a9302
tree74509204b14b40dc0bbf0209973cb59bccf96da5
parent41232e679732fcd37fc56edda90035d6f98b591f
Fix bug #41618 "(byte-compile 'foo) errors when foo is a macro."

* lisp/emacs-lisp/bytecomp.el (byte-compile): Disentangle the eval of the
final form from the pushing of 'macro onto it, doing the former first.
lisp/emacs-lisp/bytecomp.el