From 45d878f7812d85fc0b760081d156a48d05eac829 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 2 Jun 2005 12:46:43 +0000 Subject: [PATCH] (insert-char-attributes): Add setting for `ideographic-combination'. --- 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 c5e5bb6..40f60c1 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -912,6 +912,7 @@ )) ) ((or (eq name 'ideographic-structure) + (eq name 'ideographic-combination) (eq name 'ideographic-) (string-match "^\\(->\\|<-\\)" (symbol-name name))) (insert (format "(%-18s%s " name line-breaking)) -- 1.7.10.4