(revert-buffer): Comment fixed.
authorKenichi Handa <handa@m17n.org>
Tue, 6 May 2003 05:08:57 +0000 (05:08 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 6 May 2003 05:08:57 +0000 (05:08 +0000)
lisp/files.el

index 48e8dda..cd94fc7 100644 (file)
@@ -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)