]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-optimize-form-code-walker): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 26 Jan 1998 10:29:25 +0000 (10:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 26 Jan 1998 10:29:25 +0000 (10:29 +0000)
lisp/emacs-lisp/byte-opt.el

index cbfc5c7d800d3a5d99beff327b41f982e727f0cb..64280a4d549f0ebf1c9a4f329894c672df9ce8f5 100644 (file)
          ;; 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))