changeset 55043:f3cd7742ff36

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 21 Apr 2004 19:13:00 +0000
parents 770ebdee7214
children 3b81dccc5b32
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Wed Apr 21 19:12:04 2004 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Wed Apr 21 19:13:00 2004 +0000
@@ -3716,8 +3716,7 @@
 (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