]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-warnings): Autoload the safe-local-variable property.
authorGlenn Morris <rgm@gnu.org>
Fri, 26 Oct 2007 07:34:46 +0000 (07:34 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 26 Oct 2007 07:34:46 +0000 (07:34 +0000)
lisp/emacs-lisp/bytecomp.el

index 6cc61426f3b6b8d8c6f90f2868d1760e6d1df03c..493977304b15dc676b293c9c5ae4fda5ecf907bd 100644 (file)
@@ -364,7 +364,8 @@ Elements of the list may be:
                      (const callargs) (const redefine)
                      (const obsolete) (const noruntime)
                      (const cl-functions) (const interactive-only))))
-(put 'byte-compile-warnings 'safe-local-variable 'byte-compile-warnings-safe-p)
+;;;###autoload(put 'byte-compile-warnings 'safe-local-variable 'byte-compile-warnings-safe-p)
+
 ;;;###autoload
 (defun byte-compile-warnings-safe-p (x)
   (or (booleanp x)