# HG changeset patch # User Glenn Morris # Date 1193384100 0 # Node ID 13b5281d01880f0b5c93c6b2f5fc0b3917eabb66 # Parent 92ef0c1fb78e91b02f3228d6f9c4f70ce3f55277 (byte-compile-warnings): Autoload the safe-local-variable property. diff -r 92ef0c1fb78e -r 13b5281d0188 lisp/emacs-lisp/bytecomp.el --- 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)