diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-07-01 03:23:11 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-07-01 03:23:11 +0000 |
commit | 290c2be548f830c913cf8227a63b0d1b3dc547cc (patch) | |
tree | 9beeea9ce61728b9c9b79f22e1dcb635982937c6 /lisp/files.el | |
parent | 76ee7bd5140d78c00bb1998e07c3e238d1d14027 (diff) | |
download | emacs-290c2be548f830c913cf8227a63b0d1b3dc547cc.tar.gz |
(find-file-visit-truename): Fix safe-local-variable value.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 both at the file level and at the levels of the containing directories." :type 'boolean :group 'find-file) -(put 'find-file-visit-truename 'safe-local-variable 'boolean) +(put 'find-file-visit-truename 'safe-local-variable 'booleanp) (defcustom revert-without-query nil "Specify which files should be reverted without query. |