# HG changeset patch # User Richard M. Stallman # Date 1183260111 0 # Node ID 122c8594bb708592f260ce62e1ec7a6337dc493d # Parent b3b5a702041e665b1decdf97de65ceefd27b6915 (find-file-visit-truename): Fix safe-local-variable value. diff -r b3b5a702041e -r 122c8594bb70 lisp/files.el --- 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.