diff options
| -rw-r--r-- | lisp/files.el | 1 |
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 | |||
| 180 | containing directories." | 180 | containing 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. |