diff lisp/emacs-lisp/bytecomp.el @ 85657:13b5281d0188

(byte-compile-warnings): Autoload the safe-local-variable property.
author Glenn Morris <rgm@gnu.org>
date Fri, 26 Oct 2007 07:35:00 +0000
parents c793c2191087
children a1e136978a9a 4bc33ffdda1a
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Fri Oct 26 03:51:44 2007 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Fri Oct 26 07:35:00 2007 +0000
@@ -371,7 +371,8 @@
 		      (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)