From: Kenichi Handa Date: Tue, 6 May 2003 05:08:57 +0000 (+0000) Subject: (revert-buffer): Comment fixed. X-Git-Tag: ttn-vms-21-2-B4~10303 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9cc41c8988b4d84a278e3d9e8f215332092171e;p=emacs.git (revert-buffer): Comment fixed. --- 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)