Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b1ac90c5
Commit
b1ac90c5
authored
Oct 26, 2007
by
Glenn Morris
Browse files
(byte-compile-warnings): Autoload the safe-local-variable property.
parent
7e6e7dab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+2
-1
No files found.
lisp/emacs-lisp/bytecomp.el
View file @
b1ac90c5
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment