mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-15 09:47:20 +00:00
(byte-compile-warnings): Autoload the safe-local-variable property.
This commit is contained in:
parent
7e6e7dab54
commit
b1ac90c50a
@ -364,7 +364,8 @@ Elements of the list may be:
|
||||
(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)
|
||||
|
Loading…
Reference in New Issue
Block a user