Index: emacs/lisp/international/mule-cmds.el
diff -c emacs/lisp/international/mule-cmds.el:1.270 
emacs/lisp/international/mule-cmds.el:1.271
*** emacs/lisp/international/mule-cmds.el:1.270 Thu Apr 21 05:01:38 2005
--- emacs/lisp/international/mule-cmds.el       Mon Apr 25 04:30:21 2005
***************
*** 927,933 ****
      ;; give when file is re-read.
      ;; But don't do this if we explicitly ignored the cookie
      ;; by using `find-file-literally'.
!     (unless (or (stringp from) find-file-literally)
        (let ((auto-cs (save-excursion
                       (save-restriction
                         (widen)
--- 927,935 ----
      ;; give when file is re-read.
      ;; But don't do this if we explicitly ignored the cookie
      ;; by using `find-file-literally'.
!     (unless (or (stringp from)
!               find-file-literally
!               (memq (coding-system-type coding-system) '(0 5)))
        (let ((auto-cs (save-excursion
                       (save-restriction
                         (widen)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to