aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 7a72775ac3f..ac50e9f0a6e 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -3779,7 +3779,7 @@ the old visited file has been renamed to the new name FILENAME."
3779 ;; Don't change the mode if the local variable list specifies it. 3779 ;; Don't change the mode if the local variable list specifies it.
3780 ;; The file name can influence whether the local variables apply. 3780 ;; The file name can influence whether the local variables apply.
3781 (and old-try-locals 3781 (and old-try-locals
3782 ;; h-l-v also checks it, but might as well be explcit. 3782 ;; h-l-v also checks it, but might as well be explicit.
3783 (not (inhibit-local-variables-p)) 3783 (not (inhibit-local-variables-p))
3784 (hack-local-variables t)) 3784 (hack-local-variables t))
3785 ;; TODO consider making normal-mode handle this case. 3785 ;; TODO consider making normal-mode handle this case.