diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-11-05 04:23:09 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-11-05 04:23:09 +0000 |
commit | cd9461818a91ead930e1f1c80b651d6f027a5c73 (patch) | |
tree | a4e60981d05320b8bfcc9715e03d70076e08e120 /leim | |
parent | d31053f96fbeff2ade5da79162736bd1bb0f4ea6 (diff) | |
download | emacs-cd9461818a91ead930e1f1c80b651d6f027a5c73.tar.gz |
Remove the call to IT-setup-unicode-display.
Diffstat (limited to 'leim')
-rw-r--r-- | leim/ChangeLog | 4 | ||||
-rw-r--r-- | leim/quail/latin-ltx.el | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 343549b3b57..7fc59558291 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,7 @@ +2001-11-05 Eli Zaretskii <eliz@is.elta.co.il> + + * quail/latin-ltx.el: Remove the call to IT-setup-unicode-display. + 2001-11-04 Dave Love <fx@gnu.org> * Makefile.in (LATIN): Add welsh. diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index 4fe3d9456bf..ef9ec7c8541 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el @@ -28,8 +28,6 @@ ;;; Code: (require 'quail) -(if (eq system-type 'ms-dos) - (IT-setup-unicode-display)) (quail-define-package "TeX" "UTF-8" "\\" t |