Mercurial > emacs
changeset 50837:1bd0d75dbaa9
(byte-compile-file): Fix comment
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 06 May 2003 05:09:48 +0000 |
parents | f7d1d4084593 |
children | b7d932ce5df5 |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el Tue May 06 05:08:57 2003 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Tue May 06 05:09:48 2003 +0000 @@ -1553,8 +1553,8 @@ ;; unless the file itself forces unibyte with -*-coding: raw-text;-*- (set-buffer-multibyte t) (insert-file-contents filename) - ;; Mimic the way after-insert-file-set-buffer-file-coding-system - ;; can make the buffer unibyte when visiting this file. + ;; Mimic the way after-insert-file-set-coding can make the + ;; buffer unibyte when visiting this file. (when (or (eq last-coding-system-used 'no-conversion) (eq (coding-system-type last-coding-system-used) 5)) ;; For coding systems no-conversion and raw-text...,