[Top][All Lists]
[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: |
Mon, 05 Aug 2002 12:34:54 -0400 |
Index: emacs/lisp/international/mule-cmds.el
diff -c emacs/lisp/international/mule-cmds.el:1.199
emacs/lisp/international/mule-cmds.el:1.200
*** emacs/lisp/international/mule-cmds.el:1.199 Fri Aug 2 14:02:17 2002
--- emacs/lisp/international/mule-cmds.el Mon Aug 5 12:34:53 2002
***************
*** 766,772 ****
(goto-char (point-min))
(set-auto-coding (or file buffer-file-name "")
(buffer-size))))))
! (if (and auto-cs
;; Don't barf if writing a compressed file, say.
;; This check perhaps isn't ideal, but is probably
;; the best thing to do.
--- 766,772 ----
(goto-char (point-min))
(set-auto-coding (or file buffer-file-name "")
(buffer-size))))))
! (if (and auto-cs coding-system
;; Don't barf if writing a compressed file, say.
;; This check perhaps isn't ideal, but is probably
;; the best thing to do.