Mercurial > emacs
changeset 73857:b0468ec2cd04
(revert-buffer): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 10 Nov 2006 01:15:40 +0000 |
parents | 594a719b7a7f |
children | 775c7e458252 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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))))