Mercurial > emacs
changeset 79231:3dd857fc95d9
(byte-compile-warnings): Autoload the safe-local-variable property.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 26 Oct 2007 07:34:46 +0000 |
parents | 08333222c284 |
children | 7970215aa6e5 |
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 07:34:20 2007 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Fri Oct 26 07:34:46 2007 +0000 @@ -364,7 +364,8 @@ (const callargs) (const redefine) (const obsolete) (const noruntime) (const cl-functions) (const interactive-only)))) -(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)