# HG changeset patch # User Kenichi Handa # Date 1027989876 0 # Node ID b00b63ab095b73d06323449f4fab4dcacad92458 # Parent a738c6db274aa52e0eafe3d4f225ed58df09243e (revert-buffer): Fix previous change. diff -r a738c6db274a -r b00b63ab095b lisp/files.el --- a/lisp/files.el Tue Jul 30 00:42:21 2002 +0000 +++ b/lisp/files.el Tue Jul 30 00:44:36 2002 +0000 @@ -3305,7 +3305,8 @@ ;; Auto-saved file shoule be read without ;; any code conversion. (if auto-save-p 'emacs-mule-unix - coding-system-for-read))) + (or coding-system-for-read + buffer-file-coding-system)))) ;; This force ;; after-insert-file-set-buffer-file-coding-system ;; (called from insert-file-contents) to set