From 4414efff89187a8c1a1a76e1f13151c76c0e92ff Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 14 Jun 2001 09:13:17 +0000 Subject: [PATCH] (insert-char-attributes): Support `ancient-ideograph-of'. --- lisp/utf-2000/char-db-util.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 3cec543..3a29c5f 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -528,6 +528,7 @@ line-breaking))) ((memq name '(ideograph= original-ideograph-of + ancient-ideograph-of vulgar-ideograph-of)) (insert (format "(%-18s%s " name line-breaking)) (setq lbs (concat "\n" (make-string (current-column) ?\ )) -- 1.7.10.4