From 290c2be548f830c913cf8227a63b0d1b3dc547cc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 1 Jul 2007 03:23:11 +0000 Subject: [PATCH] (find-file-visit-truename): Fix safe-local-variable value. --- lisp/ChangeLog | 4 ++++ lisp/files.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dbc35487301..ab4cdf34516 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-07-01 Richard Stallman + + * files.el (find-file-visit-truename): Fix safe-local-variable value. + 2007-06-29 Juanma Barranquero * 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 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. -- 2.39.2