(byte-compile-warnings): Autoload the safe-local-variable property.
This commit is contained in:
parent
66dc1ca270
commit
6a83140588
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-10-26 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
|
||||||
|
safe-local-variable property.
|
||||||
|
|
||||||
2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
|
2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
|
||||||
|
|
||||||
* net/browse-url.el (browse-url-browser-function): Delete grail.
|
* net/browse-url.el (browse-url-browser-function): Delete grail.
|
||||||
|
|
|
@ -371,7 +371,8 @@ Elements of the list may be:
|
||||||
(const obsolete) (const noruntime)
|
(const obsolete) (const noruntime)
|
||||||
(const cl-functions) (const interactive-only)
|
(const cl-functions) (const interactive-only)
|
||||||
(const make-local) (const mapcar))))
|
(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
|
;;;###autoload
|
||||||
(defun byte-compile-warnings-safe-p (x)
|
(defun byte-compile-warnings-safe-p (x)
|
||||||
(or (booleanp x)
|
(or (booleanp x)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue