From 26918d77f774755ffb1621d614364cd38c9736ab Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 29 Jul 2012 21:33:47 +0300 Subject: [PATCH] Remove obsolete comment in mule-cmds.el. --- lisp/international/mule-cmds.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 524840e05fd..a6ea2c1796c 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -2673,15 +2673,6 @@ See also `locale-charset-language-names', `locale-language-names', (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) -- 2.39.2