# HG changeset patch # User Gerd Moellmann <gerd@gnu.org> # Date 953938234 0 # Node ID 860b7c5caf18e59c52fa356abf703a3f61d8bec6 # Parent ef62abd0b32247732914c72949d428a6058ef551 (byte-compile-eval): Disable new code. diff -r ef62abd0b322 -r 860b7c5caf18 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Fri Mar 24 21:26:10 2000 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Fri Mar 24 22:50:34 2000 +0000 @@ -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 @@ (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))