]> 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:35:31 +0000 (07:35 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 26 Oct 2007 07:35:31 +0000 (07:35 +0000)
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el

index e613f36822aa85d72a9a13ab5ccf86a5beee5b5c..17c3e0af8c9788918be3859b61cf62bdffc47032 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-26  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
+       safe-local-variable property.
+
 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
 
        * net/browse-url.el (browse-url-browser-function): Delete grail.
index 5a5c639f0a653fc02a3723f7ba7c4de5dfbf4390..94c22e8cc63e17daa393fb73b3a1266043e340b2 100644 (file)
@@ -371,7 +371,8 @@ Elements of the list may be:
                      (const obsolete) (const noruntime)
                      (const cl-functions) (const interactive-only)
                      (const make-local) (const mapcar))))
-(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)