Merge from emacs--devo--0
[bpt/emacs.git] / lisp / emacs-lisp / bytecomp.el
index ccffdb1..fbda38b 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)