From 75939b84e4d15cddd9d847ac9b340f9dffb01426 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 14 Oct 2019 23:36:51 +0200 Subject: [PATCH] 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 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. -- 2.39.5