]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 21 Apr 2004 19:13:00 +0000 (19:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 21 Apr 2004 19:13:00 +0000 (19:13 +0000)
lisp/emacs-lisp/bytecomp.el

index 224fd366a41dadf6ac032c7c265fa8cdab7447d2..07c361fc054cdcce8963e029c1bfcb911302ab1f 100644 (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)))))
 \f
 ;;; tags