1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

Spelling fix.

This commit is contained in:
Paul Eggert 2012-01-23 11:44:28 -08:00
parent cb5850f27c
commit b13f806e12

View File

@ -3779,7 +3779,7 @@ the old visited file has been renamed to the new name FILENAME."
;; Don't change the mode if the local variable list specifies it.
;; The file name can influence whether the local variables apply.
(and old-try-locals
;; h-l-v also checks it, but might as well be explcit.
;; h-l-v also checks it, but might as well be explicit.
(not (inhibit-local-variables-p))
(hack-local-variables t))
;; TODO consider making normal-mode handle this case.