changeset 78065:122c8594bb70

(find-file-visit-truename): Fix safe-local-variable value.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Jul 2007 03:21:51 +0000
parents b3b5a702041e
children 18c85566528f
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Fri Jun 29 11:15:58 2007 +0000
+++ b/lisp/files.el	Sun Jul 01 03:21:51 2007 +0000
@@ -162,7 +162,7 @@
 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.