From 4e4bd9943d1c59788a4f7dcc7584f51f83a3b868 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 21 Nov 1999 07:52:09 +0000 Subject: [PATCH] (preloaded-file-list): Add "Ideograph-R028-Private", "Ideograph-R029-Again" and "Ideograph-R030-Mouth". --- lisp/dumped-lisp.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index f39d07a..3c8d4ca 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -191,6 +191,9 @@ (when-feature utf-2000 "Ideograph-R025-Divination") (when-feature utf-2000 "Ideograph-R026-Seal") (when-feature utf-2000 "Ideograph-R027-Cliff") + (when-feature utf-2000 "Ideograph-R028-Private") + (when-feature utf-2000 "Ideograph-R029-Again") + (when-feature utf-2000 "Ideograph-R030-Mouth") (when-feature mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding") -- 1.7.10.4