From 8516f5921c89bc2c7a18c4991acc52831d962e2d Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 18 Nov 1999 11:37:25 +0000 Subject: [PATCH] (preloaded-file-list): Add "Ideograph-R002-Line", "Ideograph-R003-Dot", "Ideograph-R004-Slash", "Ideograph-R005-Second", "Ideograph-R006-Hook", "Ideograph-R007-Two", "Ideograph-R008-Lid", "Ideograph-R009-Man", "Ideograph-R010-Legs" and "Ideograph-R011-Enter". --- lisp/dumped-lisp.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 1ef8a65..439e5f2 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -165,6 +165,16 @@ (when-feature utf-2000 "u03200-Enclosed-CJK-Letters-and-Months") (when-feature utf-2000 "u03300-CJK-Compatibility") (when-feature utf-2000 "Ideograph-R001-One") + (when-feature utf-2000 "Ideograph-R002-Line") + (when-feature utf-2000 "Ideograph-R003-Dot") + (when-feature utf-2000 "Ideograph-R004-Slash") + (when-feature utf-2000 "Ideograph-R005-Second") + (when-feature utf-2000 "Ideograph-R006-Hook") + (when-feature utf-2000 "Ideograph-R007-Two") + (when-feature utf-2000 "Ideograph-R008-Lid") + (when-feature utf-2000 "Ideograph-R009-Man") + (when-feature utf-2000 "Ideograph-R010-Legs") + (when-feature utf-2000 "Ideograph-R011-Enter") (when-feature mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding") -- 1.7.10.4