]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-file-form-autoload): Disable new code.
authorGerd Moellmann <gerd@gnu.org>
Thu, 30 Mar 2000 11:37:05 +0000 (11:37 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 30 Mar 2000 11:37:05 +0000 (11:37 +0000)
lisp/emacs-lisp/bytecomp.el

index b2d7bc483e38ba2a842e607414f9f8bf5f5b9228..08742923c6723714fd3f3a61231d0956d839d130 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.66 $")
+(defconst byte-compile-version "$Revision: 1.1 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -1807,7 +1807,7 @@ list that represents a doc string reference.
        (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))))