]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove the find-file-visit-truename safe-local-variable
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Oct 2019 21:36:51 +0000 (23:36 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Oct 2019 21:36:51 +0000 (23:36 +0200)
* 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

index 9f22210e2a0e9e5aeb1deeac46e3ba876055a6dd..1078b0c4c92f890eb6773eac9b348b5b5dcefc3a 100644 (file)
@@ -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.