]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/bytecomp.el
Merge from emacs--devo--0
[gnu-emacs] / lisp / emacs-lisp / bytecomp.el
index ccffdb1a1641150a547f651acac0cd2db072c200..fbda38b79f09a5ea415bbc1a3e6fab6f240c4fe1 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)