# HG changeset patch # User Eli Zaretskii # Date 1004899867 0 # Node ID e4db08d8d79e7b7c0108510c49fbbf1fd7b63758 # Parent 56df8bf9764e864babea023cf84547086de1bef4 (term-setup-hook): Add IT-setup-unicode-display. diff -r 56df8bf9764e -r e4db08d8d79e lisp/term/internal.el --- 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