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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el
Date: Tue, 23 Jul 2002 15:14:36 -0400

Index: emacs/lisp/international/mule-cmds.el
diff -c emacs/lisp/international/mule-cmds.el:1.196 
emacs/lisp/international/mule-cmds.el:1.197
*** emacs/lisp/international/mule-cmds.el:1.196 Wed Jul 17 14:42:03 2002
--- emacs/lisp/international/mule-cmds.el       Tue Jul 23 15:14:36 2002
***************
*** 721,727 ****
        (setq coding-system buffer-file-coding-system))
      ;; Check we're not inconsistent with what `coding:' spec &c would
      ;; give when file is re-read.
!     (unless (stringp from)
        (let ((auto-cs (save-excursion
                       (save-restriction
                         (widen)
--- 721,729 ----
        (setq coding-system buffer-file-coding-system))
      ;; Check we're not inconsistent with what `coding:' spec &c would
      ;; 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)



reply via email to

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