mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
(enable-local-variables): Doc fix.
This commit is contained in:
parent
ed4a1ce4b5
commit
d355b27085
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user