(char-db-feature-domains): Add `cdp'.
authortomo <tomo>
Mon, 10 May 2004 06:07:41 +0000 (06:07 +0000)
committertomo <tomo>
Mon, 10 May 2004 06:07:41 +0000 (06:07 +0000)
(insert-char-attributes): Don't display `<-same' when running with
non-readable mode.

lisp/utf-2000/char-db-util.el

index 84e2313..9f60006 100644 (file)
@@ -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)
 
                      (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))
                          ))