From: Lars Ingebrigtsen Date: Mon, 14 Oct 2019 21:36:51 +0000 (+0200) Subject: Remove the find-file-visit-truename safe-local-variable X-Git-Tag: emacs-27.0.90~1064 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75939b84e4d15cddd9d847ac9b340f9dffb01426;p=emacs.git Remove the find-file-visit-truename safe-local-variable * lisp/files.el (find-file-visit-truename): Remove the safe-local-variable put, because the variable is checked too late to actually make a difference (bug#36830). --- diff --git a/lisp/files.el b/lisp/files.el index 9f22210e2a0..1078b0c4c92 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -180,7 +180,6 @@ 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 'booleanp) (defcustom revert-without-query nil "Specify which files should be reverted without query.