Mercurial > emacs
changeset 40717:e4db08d8d79e
(term-setup-hook): Add IT-setup-unicode-display.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 04 Nov 2001 18:51:07 +0000 |
parents | 56df8bf9764e |
children | f7e1539e0639 |
files | lisp/term/internal.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/internal.el Sun Nov 04 17:46:34 2001 +0000 +++ b/lisp/term/internal.el Sun Nov 04 18:51:07 2001 +0000 @@ -714,6 +714,9 @@ ;; until after the terminal is set and user's .emacs is processed, ;; because people might define their `dos-codepage-setup-hook' there. (add-hook 'term-setup-hook 'dos-codepage-setup) +;; It's time: too many input methods in leim/quail produce +;; Unicode characters. Let the user see them. +(add-hook 'term-setup-hook 'IT-setup-unicode-display t) ;; In multibyte mode, we want unibyte buffers to be displayed using ;; the terminal coding system, so that they display correctly on the