]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-eval): Disable new code.
authorGerd Moellmann <gerd@gnu.org>
Fri, 24 Mar 2000 22:50:34 +0000 (22:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 24 Mar 2000 22:50:34 +0000 (22:50 +0000)
lisp/emacs-lisp/bytecomp.el

index 394b16fc3b47cb5df4a7dacba2eed4f77beb9d93..b4ef87f0ab21380514b6adf700eb3cb08d14c06d 100644 (file)
@@ -10,7 +10,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the 
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.63 $")
+(defconst byte-compile-version "$Revision: 1.1 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -766,7 +766,7 @@ otherwise pop it")
   (let ((hist-orig load-history)
        (hist-nil-orig current-load-list))
     (prog1 (eval x)
-      (when (memq 'noruntime byte-compile-warnings)
+      (when (and nil (memq 'noruntime byte-compile-warnings))
        (let ((hist-new load-history)
              (hist-nil-new current-load-list))
          (while (not (eq hist-new hist-orig))