emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/disp-table.el


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/lisp/disp-table.el
Date: Wed, 09 Nov 2005 03:06:10 -0500

Index: emacs/lisp/disp-table.el
diff -c emacs/lisp/disp-table.el:1.58 emacs/lisp/disp-table.el:1.59
*** emacs/lisp/disp-table.el:1.58       Fri Oct 21 08:26:54 2005
--- emacs/lisp/disp-table.el    Wed Nov  9 08:06:10 2005
***************
*** 229,235 ****
      ;; unless some other has been specified.
      (if (equal current-language-environment "English")
        (set-language-environment "latin-1"))
!     (unless (or noninteractive (memq window-system '(x w32)))
        ;; Send those codes literally to a character-based terminal.
        ;; If we are using single-byte characters,
        ;; it doesn't matter which coding system we use.
--- 229,235 ----
      ;; unless some other has been specified.
      (if (equal current-language-environment "English")
        (set-language-environment "latin-1"))
!     (unless (or noninteractive (memq window-system '(x w32 mac)))
        ;; Send those codes literally to a character-based terminal.
        ;; If we are using single-byte characters,
        ;; it doesn't matter which coding system we use.




reply via email to

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