(insert-char-attributes): Don't display `->halfwidth' when running
authortomo <tomo>
Fri, 15 Oct 2004 13:34:17 +0000 (13:34 +0000)
committertomo <tomo>
Fri, 15 Oct 2004 13:34:17 +0000 (13:34 +0000)
with non-readable mode and it does not have `->halfwidth*sources'.

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

index ff80774..7ed7c62 100644 (file)
                             (intern (format "%s*sources" name))))
                      (not (string-match "\\*sources$" (symbol-name name)))
                      (or (eq name '<-identical)
+                         (string-match "^->halfwidth" (symbol-name name))
                          (string-match "^->simplified" (symbol-name name))
-                          ;; (string-match "^<-same" (symbol-name name))
-                         (string-match "^->same" (symbol-name name))
-                          ;; (string-match "^->ideographic-same" (symbol-name name))
                          (string-match "^->vulgar" (symbol-name name))
                          (string-match "^->wrong" (symbol-name name))
+                         (string-match "^->same" (symbol-name name))
                          (string-match "^->original" (symbol-name name))
                          (string-match "^->ancient" (symbol-name name))
                          ))