From c89a9d95ffd2e2db62783b4c096ce27e8a284225 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 1 Jun 2001 12:21:29 +0000 Subject: [PATCH] [ms-dos]: Call IT-setup-unicode-display. --- leim/quail/latin-ltx.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index 85df5da3745..aaab74b93a4 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el @@ -26,6 +26,8 @@ ;;; Code: (require 'quail) +(if (eq system-type 'ms-dos) + (IT-setup-unicode-display)) (quail-define-package "TeX" "UTF-8" "\\" t -- 2.39.5