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
31035927
Commit
31035927
authored
May 10, 2006
by
Reiner Steib
Browse files
(File Local Variables): Recommend to quote lambda
expressions in safe-local-variable property.
parent
4da9c136
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lispref/ChangeLog
lispref/ChangeLog
+5
-0
lispref/variables.texi
lispref/variables.texi
+2
-1
No files found.
lispref/ChangeLog
View file @
31035927
2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
* variables.texi (File Local Variables): Recommend to quote lambda
expressions in safe-local-variable property.
2006-05-09 Richard Stallman <rms@gnu.org>
* variables.texi (File Local Variables): Document
...
...
lispref/variables.texi
View file @
31035927
...
...
@@ -1784,7 +1784,8 @@ returns non-@code{nil} given that value. Many commonly encountered
file variables standardly have @code{safe-local-variable} properties,
including @code{fill-column}, @code{fill-prefix}, and
@code{indent-tabs-mode}. For boolean-valued variables that are safe,
use @code{booleanp} as the property value.
use @code{booleanp} as the property value. Lambda expressions should
be quoted so that @code{describe-variable} can display the predicate.
@defopt safe-local-variable-values
This variable provides another way to mark some variable values as
...
...
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