emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el
Date: Mon, 25 Apr 2005 00:30:22 -0400

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)




reply via email to

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