# HG changeset patch # User Kenichi Handa # Date 1052197788 0 # Node ID 1bd0d75dbaa95cc9f0518311dc708efb26937fda # Parent f7d1d408459348b46387f26f713872f0b6375636 (byte-compile-file): Fix comment diff -r f7d1d4084593 -r 1bd0d75dbaa9 lisp/emacs-lisp/bytecomp.el --- 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...,