# HG changeset patch # User Gerd Moellmann # Date 954416225 0 # Node ID 561ff5634d32e287144c242d9923671bf42604fb # Parent a8dd4622faa4e0c275bee2d8ab0ca3b40060e053 (byte-compile-file-form-autoload): Disable new code. diff -r a8dd4622faa4 -r 561ff5634d32 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Thu Mar 30 11:02:27 2000 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Thu Mar 30 11:37:05 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.66 $") +(defconst byte-compile-version "$Revision: 1.1 $") ;; This file is part of GNU Emacs. @@ -1807,7 +1807,7 @@ (eval (nth 5 form)) ;Macro (eval form)) ;Define the autoload. ;; Avoid undefined function warnings for the autoload. - (if (and (consp (nth 1 form)) + (if (and nil (consp (nth 1 form)) (eq (car (nth 1 form)) 'quote) (consp (cdr (nth 1 form))) (symbolp (nth 1 (nth 1 form))))