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: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-cmds.el
Date: Sun, 29 Jun 2003 06:37:02 -0400

Index: emacs/lisp/international/mule-cmds.el
diff -c emacs/lisp/international/mule-cmds.el:1.236 
emacs/lisp/international/mule-cmds.el:1.237
*** emacs/lisp/international/mule-cmds.el:1.236 Sat Jun 28 07:54:47 2003
--- emacs/lisp/international/mule-cmds.el       Sun Jun 29 06:36:59 2003
***************
*** 1684,1699 ****
    (let ((coding (get-language-info language-name 'unibyte-display)))
      (if coding
        (standard-display-european-internal)
- <<<<<<< mule-cmds.el
-       (dotimes (i 128)
-       (aset standard-display-table (+ i 128) nil))
- =======
        ;; 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.)
- >>>>>>> 1.234
        (standard-display-default (if (eq window-system 'pc) 128 160) 255)
        (aset standard-display-table 146 nil))
      (or (eq window-system 'pc)
--- 1684,1694 ----




reply via email to

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