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
aaa114ec
Commit
aaa114ec
authored
Mar 05, 2007
by
Richard M. Stallman
Browse files
(File Local Variables): Update enable-local-variables values.
parent
aca6c048
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
lispref/variables.texi
lispref/variables.texi
+15
-4
No files found.
lispref/variables.texi
View file @
aaa114ec
...
...
@@ -1654,10 +1654,21 @@ This section describes the functions and variables that affect
processing of file local variables.
@defopt enable-local-variables
This variable controls whether to process file local variables. A
value of @code{t} means to process them, querying the user if unsafe
variables are encountered; @code{nil} means ignore them; anything else
means to query the user for each file. The default value is @code{t}.
This variable controls whether to process file local variables.
The possible values are:
@table @asis
@item @code{t} (the default)
Set the safe variables, and query (once) about any unsafe variables.
@item @code{:safe}
Set only the safe variables and do not query.
@item @code{:all}
Set all the variables and do not query.
@item @code{nil}
Don't set any variables.
@item anything else
Query (once) about all the variables.
@end table
@end defopt
@defun hack-local-variables &optional mode-only
...
...
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