diff options
-rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index cbfc5c7d800..64280a4d549 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -511,8 +511,7 @@ ;; Support compiler macros as in cl.el. ((and (fboundp 'compiler-macroexpand) (not (eq form - (setq form (compiler-macroexpand form - byte-compile-macro-environment))))) + (setq form (compiler-macroexpand form))))) (byte-optimize-form form for-effect)) ((not (symbolp fn)) |