From: tomo Date: Mon, 10 May 2004 06:07:41 +0000 (+0000) Subject: (char-db-feature-domains): Add `cdp'. X-Git-Tag: r21-4-14-chise-0_21-27^2~83 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9aa5e7146a3d19bebad21422150e4f7335aa5989;p=chise%2Fxemacs-chise.git.1 (char-db-feature-domains): Add `cdp'. (insert-char-attributes): Don't display `<-same' when running with non-readable mode. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 84e2313..9f60006 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -73,7 +73,7 @@ (defvar char-db-feature-domains '(ucs daikanwa cns gt jis jis/alt jis/a jis/b - jis-x0213 misc unknown)) + jis-x0213 cdp misc unknown)) (defvar char-db-ignored-attributes nil) @@ -914,6 +914,7 @@ (not (string-match "\\*sources$" (symbol-name name))) (or (eq name '<-identical) (string-match "^->simplified" (symbol-name name)) + (string-match "^<-same" (symbol-name name)) (string-match "^->vulgar" (symbol-name name)) (string-match "^->wrong" (symbol-name name)) ))