emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Fri, 26 Jul 2002 08:07:26 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.597 emacs/lisp/files.el:1.598
*** emacs/lisp/files.el:1.597   Tue Jul 23 15:23:08 2002
--- emacs/lisp/files.el Fri Jul 26 08:07:26 2002
***************
*** 3305,3310 ****
--- 3305,3316 ----
                          ;; any code conversion.
                          (if auto-save-p 'emacs-mule-unix
                            coding-system-for-read)))
+                    ;; This force
+                    ;; after-insert-file-set-buffer-file-coding-system
+                    ;; (called from insert-file-contents) to set
+                    ;; buffer-file-coding-system to a proper value.
+                    (kill-local-variable 'buffer-file-coding-system)
+ 
                     ;; Note that this preserves point in an intelligent way.
                     (if preserve-modes
                         (let ((buffer-file-format buffer-file-format))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]