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: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el
Date: Wed, 07 Dec 2005 02:27:29 -0500

Index: emacs/lisp/international/mule-cmds.el
diff -c emacs/lisp/international/mule-cmds.el:1.288 
emacs/lisp/international/mule-cmds.el:1.289
*** emacs/lisp/international/mule-cmds.el:1.288 Mon Dec  5 07:38:44 2005
--- emacs/lisp/international/mule-cmds.el       Wed Dec  7 07:27:28 2005
***************
*** 1798,1804 ****
  (defun set-display-table-and-terminal-coding-system (language-name &optional 
coding-system)
    "Set up the display table and terminal coding system for LANGUAGE-NAME."
    (let ((coding (get-language-info language-name 'unibyte-display)))
!     (if coding
        (standard-display-european-internal)
        ;; The following 2 lines undo the 8-bit display that we set up
        ;; in standard-display-european-internal, which see.  This is in
--- 1798,1806 ----
  (defun set-display-table-and-terminal-coding-system (language-name &optional 
coding-system)
    "Set up the display table and terminal coding system for LANGUAGE-NAME."
    (let ((coding (get-language-info language-name 'unibyte-display)))
!     (if (and coding
!            (or (not coding-system)
!                (coding-system-equal coding coding-system)))
        (standard-display-european-internal)
        ;; The following 2 lines undo the 8-bit display that we set up
        ;; in standard-display-european-internal, which see.  This is in




reply via email to

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