changeset 20780:24c546c71f29

(byte-optimize-form-code-walker): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Jan 1998 10:29:25 +0000
parents eb1c101c6732
children 6f55b3849106
files lisp/emacs-lisp/byte-opt.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-opt.el	Mon Jan 26 10:28:01 1998 +0000
+++ b/lisp/emacs-lisp/byte-opt.el	Mon Jan 26 10:29:25 1998 +0000
@@ -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))