summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2003-05-06 05:08:57 +0000
committerKenichi Handa <handa@m17n.org>2003-05-06 05:08:57 +0000
commite9cc41c8988b4d84a278e3d9e8f215332092171e (patch)
treef443918a243afab599573ed9f014d4e477485952 /lisp/files.el
parenta38ac4c2d8d0c328310cc316c2c2f6e8248a8a10 (diff)
downloademacs-e9cc41c8988b4d84a278e3d9e8f215332092171e.tar.gz
(revert-buffer): Comment fixed.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el3
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)