Mercurial > emacs
changeset 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 | 92ef0c1fb78e |
children | 3b737e455071 |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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)