aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/byte-opt.el3
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 @@
511 ;; Support compiler macros as in cl.el. 511 ;; Support compiler macros as in cl.el.
512 ((and (fboundp 'compiler-macroexpand) 512 ((and (fboundp 'compiler-macroexpand)
513 (not (eq form 513 (not (eq form
514 (setq form (compiler-macroexpand form 514 (setq form (compiler-macroexpand form)))))
515 byte-compile-macro-environment)))))
516 (byte-optimize-form form for-effect)) 515 (byte-optimize-form form for-effect))
517 516
518 ((not (symbolp fn)) 517 ((not (symbolp fn))