aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-10-14 23:36:51 +0200
committerLars Ingebrigtsen2019-10-14 23:36:51 +0200
commit75939b84e4d15cddd9d847ac9b340f9dffb01426 (patch)
treea6f8ac8b6cc94fe126a3fa382f0a9f5d0a4f31ca
parentad6ea982e44424865864a4a5ea997e5f4e0cf9f9 (diff)
downloademacs-75939b84e4d15cddd9d847ac9b340f9dffb01426.tar.gz
emacs-75939b84e4d15cddd9d847ac9b340f9dffb01426.zip
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).
-rw-r--r--lisp/files.el1
1 files changed, 0 insertions, 1 deletions
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
180containing directories." 180containing directories."
181 :type 'boolean 181 :type 'boolean
182 :group 'find-file) 182 :group 'find-file)
183(put 'find-file-visit-truename 'safe-local-variable 'booleanp)
184 183
185(defcustom revert-without-query nil 184(defcustom revert-without-query nil
186 "Specify which files should be reverted without query. 185 "Specify which files should be reverted without query.