emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 75939b8: Remove the find-file-visit-truename safe-l


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 75939b8: Remove the find-file-visit-truename safe-local-variable
Date: Mon, 14 Oct 2019 17:36:56 -0400 (EDT)

branch: master
commit 75939b84e4d15cddd9d847ac9b340f9dffb01426
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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).
---
 lisp/files.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/files.el b/lisp/files.el
index 9f22210..1078b0c 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]