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
d355b270
Commit
d355b270
authored
Nov 09, 2007
by
Juanma Barranquero
Browse files
(enable-local-variables): Doc fix.
parent
ed4a1ce4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
lisp/ChangeLog
lisp/ChangeLog
+5
-5
lisp/files.el
lisp/files.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d355b270
2007-11-09 Juanma Barranquero <lekktu@gmail.com>
* files.el (enable-local-variables): Doc fix.
2007-11-09 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
...
...
@@ -59,9 +63,6 @@
* server.el (server-unload-function): Remove variable.
(server-unload-function): Unbind `server-edit' from `C-x #'.
* uniquify.el (uniquify-unload-function): Add docstring.
(uniquify-unload-function): Remove variable.
* ses.el (ses-unload-function): New function.
2007-11-09 Juanma Barranquero <lekktu@gmail.com>
...
...
@@ -131,8 +132,7 @@
* progmodes/fortran.el (comment-region-function)
(uncomment-region-function): Pacify byte compiler.
* vc.el (vc-diff-internal): Remove code for an old version of
gnus.
* vc.el (vc-diff-internal): Remove code for an old version of gnus.
2007-11-08 Michael Albinus <michael.albinus@gmx.de>
...
...
lisp/files.el
View file @
d355b270
...
...
@@ -450,7 +450,7 @@ use `before-save-hook'.")
(defcustom enable-local-variables t
"Control use of local variables in files you visit.
The value can be t, nil, :safe, or something else.
The value can be t, nil, :safe,
:all,
or something else.
A value of t means file local variables specifications are obeyed
if all the specified variable values are safe; if any values are
...
...
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