diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/files.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el index 48e8dda0e74..cd94fc7cd8c 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3549,8 +3549,7 @@ non-nil, it is called instead of rereading visited file contents." (if auto-save-p 'emacs-mule-unix (or coding-system-for-read buffer-file-coding-system)))) - ;; This force - ;; after-insert-file-set-buffer-file-coding-system + ;; This force after-insert-file-set-coding ;; (called from insert-file-contents) to set ;; buffer-file-coding-system to a proper value. (kill-local-variable 'buffer-file-coding-system) |