emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109273: Remove obsolete comment in m


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109273: Remove obsolete comment in mule-cmds.el.
Date: Sun, 29 Jul 2012 21:33:47 +0300
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109273
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sun 2012-07-29 21:33:47 +0300
message:
  Remove obsolete comment in mule-cmds.el.
modified:
  lisp/international/mule-cmds.el
=== modified file 'lisp/international/mule-cmds.el'
--- a/lisp/international/mule-cmds.el   2012-07-29 18:27:35 +0000
+++ b/lisp/international/mule-cmds.el   2012-07-29 18:33:47 +0000
@@ -2673,15 +2673,6 @@
          (unless frame (setq locale-coding-system code-page-coding))
          (set-keyboard-coding-system code-page-coding frame)
          (set-terminal-coding-system code-page-coding frame)
-         ;; Set default-file-name-coding-system last, so that Emacs
-         ;; doesn't try to use cpNNNN when it defines keyboard and
-         ;; terminal encoding.  That's because the above two lines
-         ;; will want to load code-pages.el, where cpNNNN are
-         ;; defined; if default-file-name-coding-system were set to
-         ;; cpNNNN while these two lines run, Emacs will want to use
-         ;; it for encoding the file name it wants to load.  And that
-         ;; will fail, since cpNNNN is not yet usable until
-         ;; code-pages.el finishes loading.
          (setq default-file-name-coding-system code-page-coding))))
 
     (when (eq system-type 'darwin)


reply via email to

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