(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 6cc6142..4939773 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)