]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-display-table-and-terminal-coding-system): Remove CVS
authorKai Großjohann <kgrossjo@eu.uu.net>
Sun, 29 Jun 2003 10:37:00 +0000 (10:37 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Sun, 29 Jun 2003 10:37:00 +0000 (10:37 +0000)
conflict markers and some code.

lisp/ChangeLog
lisp/international/mule-cmds.el

index 05ef1bb9280b1993e04c5b33de7e03754b90f827..5ddba58bc09b3f64385434512fa5332744e4e07d 100644 (file)
@@ -1,3 +1,9 @@
+2003-06-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+
+       * international/mule-cmds.el
+       (set-display-table-and-terminal-coding-system): Remove CVS
+       conflict markers and some code.
+
 2003-06-27  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
 
        * international/mule-cmds.el (menu-bar-options-menu): Move
index b04d30ac3f466f85224f9fc2ecccf35b1c67c585..204e0bfb4feaa1fe90b3a2f92ef80fc0b5d69196 100644 (file)
@@ -1684,16 +1684,11 @@ The default status is as follows:
   (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)