Fix previous change.

This commit is contained in:
Richard M. Stallman 2004-04-21 19:13:00 +00:00
parent 0a0eb031ad
commit a4f6653194

View file

@ -3716,8 +3716,7 @@ being undefined will be suppressed."
(byte-defop-compiler-1 with-no-warnings byte-compile-no-warnings)
(defun byte-compile-no-warnings (form)
(let (byte-compile-warnings)
(setcar form 'progn)
(byte-compile-form form)))
(byte-compile-form (cons 'progn (cdr form)))))
;;; tags