emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] emacs/lisp/international mule-cmds.el [EMACS_23_1_RC]
Date: Tue, 07 Jul 2009 05:59:19 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_23_1_RC
Changes by:     Kenichi Handa <handa>   09/07/07 05:59:19

Modified files:
        lisp/international: mule-cmds.el 

Log message:
        (reset-language-environment): Put the highset priority to the charset
        iso-8859-1.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/international/mule-cmds.el?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.360&r2=1.360.2.1

Patches:
Index: mule-cmds.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/mule-cmds.el,v
retrieving revision 1.360
retrieving revision 1.360.2.1
diff -u -b -r1.360 -r1.360.2.1
--- mule-cmds.el        8 Apr 2009 18:03:17 -0000       1.360
+++ mule-cmds.el        7 Jul 2009 05:59:18 -0000       1.360.2.1
@@ -1794,6 +1794,11 @@
           (coding-system-error 'iso-latin-1))))
     (setq default-process-coding-system
          (cons output-coding input-coding)))
+  ;; Put the highest priority to the charset iso-8859-1 to prefer the
+  ;; registry iso8859-1 over iso8859-2 in font selection.  It also
+  ;; makes unibyte-display-via-language-environment to use iso-8859-1
+  ;; as the unibyte charset.
+  (set-charset-priority 'iso-8859-1)
 
   ;; Don't alter the terminal and keyboard coding systems here.
   ;; The terminal still supports the same coding system




reply via email to

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