]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-optimize-form-code-walker):
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Nov 2004 02:58:34 +0000 (02:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Nov 2004 02:58:34 +0000 (02:58 +0000)
Use with-no-warnings around compiler-macroexpand.

lisp/emacs-lisp/byte-opt.el

index 4ea9398f93d0f14dbfceea809fd5a90a34251b2b..acb882dd9a34ba43b40fc2bed8030e052698ef10 100644 (file)
                (symbolp (car-safe form))
                (get (car-safe form) 'cl-compiler-macro)
                (not (eq form
-                        (setq form (compiler-macroexpand form)))))
+                        (with-no-warnings
+                         (setq form (compiler-macroexpand form))))))
           (byte-optimize-form form for-effect))
 
          ((not (symbolp fn))