diff lisp/files.el @ 73857:b0468ec2cd04

(revert-buffer): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Fri, 10 Nov 2006 01:15:40 +0000
parents 98080162e827
children 4ef05dc6f458
line wrap: on
line diff
--- a/lisp/files.el	Fri Nov 10 00:21:57 2006 +0000
+++ b/lisp/files.el	Fri Nov 10 01:15:40 2006 +0000
@@ -4095,6 +4095,7 @@
 			    (or coding-system-for-read
 				buffer-file-coding-system-explicit))))
 		     (if (and (not enable-multibyte-characters)
+			      coding-system-for-read
 			      (not (memq (coding-system-base
 					  coding-system-for-read)
 					 '(no-conversion raw-text))))