summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-10-26 07:35:31 +0000
committerGlenn Morris <rgm@gnu.org>2007-10-26 07:35:31 +0000
commit6a83140588c243ad5aa0f85d903b843679d9c09c (patch)
tree0db1f8a8c5ca8c0a5fe7b2dbc8d3e74d72457b0b /lisp/emacs-lisp/bytecomp.el
parent66dc1ca2700ded1c49b8e20fff3d3a2c728565e0 (diff)
downloademacs-6a83140588c243ad5aa0f85d903b843679d9c09c.tar.gz
emacs-6a83140588c243ad5aa0f85d903b843679d9c09c.tar.bz2
emacs-6a83140588c243ad5aa0f85d903b843679d9c09c.zip
(byte-compile-warnings): Autoload the safe-local-variable property.
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r--lisp/emacs-lisp/bytecomp.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 5a5c639f0a6..94c22e8cc63 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -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)