diff options
| author | Eli Zaretskii | 2001-11-04 18:52:30 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-04 18:52:30 +0000 |
| commit | 051a608df8160954beaf36e9d3baee18e2480dee (patch) | |
| tree | f3fdc0b8d91c5da5cff002cffe731b982593433f /lisp/term | |
| parent | 4e39768886730d67ab7721ec3cf942f7a7041483 (diff) | |
| download | emacs-051a608df8160954beaf36e9d3baee18e2480dee.tar.gz emacs-051a608df8160954beaf36e9d3baee18e2480dee.zip | |
(term-setup-hook): Add IT-setup-unicode-display.
Diffstat (limited to 'lisp/term')
| -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 | |||
| 714 | ;; until after the terminal is set and user's .emacs is processed, | 714 | ;; until after the terminal is set and user's .emacs is processed, |
| 715 | ;; because people might define their `dos-codepage-setup-hook' there. | 715 | ;; because people might define their `dos-codepage-setup-hook' there. |
| 716 | (add-hook 'term-setup-hook 'dos-codepage-setup) | 716 | (add-hook 'term-setup-hook 'dos-codepage-setup) |
| 717 | ;; It's time: too many input methods in leim/quail produce | ||
| 718 | ;; Unicode characters. Let the user see them. | ||
| 719 | (add-hook 'term-setup-hook 'IT-setup-unicode-display t) | ||
| 717 | 720 | ||
| 718 | ;; In multibyte mode, we want unibyte buffers to be displayed using | 721 | ;; In multibyte mode, we want unibyte buffers to be displayed using |
| 719 | ;; the terminal coding system, so that they display correctly on the | 722 | ;; the terminal coding system, so that they display correctly on the |