diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-11-04 18:52:30 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-11-04 18:52:30 +0000 |
commit | 051a608df8160954beaf36e9d3baee18e2480dee (patch) | |
tree | f3fdc0b8d91c5da5cff002cffe731b982593433f /lisp/term/internal.el | |
parent | 4e39768886730d67ab7721ec3cf942f7a7041483 (diff) | |
download | emacs-051a608df8160954beaf36e9d3baee18e2480dee.tar.gz |
(term-setup-hook): Add IT-setup-unicode-display.
Diffstat (limited to 'lisp/term/internal.el')
-rw-r--r-- | lisp/term/internal.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/term/internal.el b/lisp/term/internal.el index 2c7076264cd..6885bc8f936 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el @@ -714,6 +714,9 @@ list. You can (and should) also run it whenever the value of ;; 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 |