From d355b27085cbc4a9c369a947a74e807c41658c2d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 9 Nov 2007 10:40:32 +0000 Subject: [PATCH] (enable-local-variables): Doc fix. --- lisp/ChangeLog | 10 +++++----- lisp/files.el | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 707a2ec45a4..c14a7e94e4a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-11-09 Juanma Barranquero + + * files.el (enable-local-variables): Doc fix. + 2007-11-09 Nick Roberts * 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 @@ -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 diff --git a/lisp/files.el b/lisp/files.el index f2caa0abe82..2c658ac1d3f 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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 -- 2.39.2