From e9cc41c8988b4d84a278e3d9e8f215332092171e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 6 May 2003 05:08:57 +0000 Subject: [PATCH] (revert-buffer): Comment fixed. --- lisp/files.el | 3 +-- 1 file changed, 1 insertion(+), 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) -- 2.39.2