From 1083a9aa0bb740e59ec933b92938bf1971b885af Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 8 Mar 2007 03:33:17 +0000 Subject: [PATCH 1/1] Use `ucs-compat-read-file' to read "../etc/char-data/UCS-compat.txt". --- lisp/utf-2000/maps-conf.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/utf-2000/maps-conf.el b/lisp/utf-2000/maps-conf.el index 86aa065..9863ab7 100644 --- a/lisp/utf-2000/maps-conf.el +++ b/lisp/utf-2000/maps-conf.el @@ -10,6 +10,8 @@ "B-to-UCS.txt" "JC3-to-UCS.txt")) (mapping-table-read-file (expand-file-name file "../etc/char-data/"))) +(ucs-compat-read-file "../etc/char-data/UCS-compat.txt") + (jp-jouyou-read-file "../etc/char-data/jp-jouyou.txt") (let ((ucs #xE000) -- 1.7.10.4