aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-07-01 03:23:11 +0000
committerRichard M. Stallman2007-07-01 03:23:11 +0000
commit290c2be548f830c913cf8227a63b0d1b3dc547cc (patch)
tree9beeea9ce61728b9c9b79f22e1dcb635982937c6
parent76ee7bd5140d78c00bb1998e07c3e238d1d14027 (diff)
downloademacs-290c2be548f830c913cf8227a63b0d1b3dc547cc.tar.gz
emacs-290c2be548f830c913cf8227a63b0d1b3dc547cc.zip
(find-file-visit-truename): Fix safe-local-variable value.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/files.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dbc35487301..ab4cdf34516 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-07-01 Richard Stallman <rms@gnu.org>
2
3 * files.el (find-file-visit-truename): Fix safe-local-variable value.
4
12007-06-29 Juanma Barranquero <lekktu@gmail.com> 52007-06-29 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * generic-x.el (generic-define-mswindows-modes) 7 * generic-x.el (generic-define-mswindows-modes)
diff --git a/lisp/files.el b/lisp/files.el
index 5be738bd452..706b810fb0b 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -162,7 +162,7 @@ The truename of a file is found by chasing all links
162both at the file level and at the levels of the containing directories." 162both at the file level and at the levels of the containing directories."
163 :type 'boolean 163 :type 'boolean
164 :group 'find-file) 164 :group 'find-file)
165(put 'find-file-visit-truename 'safe-local-variable 'boolean) 165(put 'find-file-visit-truename 'safe-local-variable 'booleanp)
166 166
167(defcustom revert-without-query nil 167(defcustom revert-without-query nil
168 "Specify which files should be reverted without query. 168 "Specify which files should be reverted without query.