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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el
Date: Thu, 19 Jun 2003 12:12:22 -0400

Index: emacs/lisp/international/mule-cmds.el
diff -c emacs/lisp/international/mule-cmds.el:1.232 
emacs/lisp/international/mule-cmds.el:1.233
*** emacs/lisp/international/mule-cmds.el:1.232 Wed May 21 21:48:26 2003
--- emacs/lisp/international/mule-cmds.el       Thu Jun 19 12:12:21 2003
***************
*** 1688,1693 ****
--- 1688,1698 ----
    (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
+       ;; case the user has used standard-display-european earlier in
+       ;; this session.  (The MS-DOS port doesn't use that setup, so it
+       ;; doesn't need to undo it.)
        (standard-display-default (if (eq window-system 'pc) 128 160) 255)
        (aset standard-display-table 146 nil))
      (or (eq window-system 'pc)




reply via email to

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