(insert-char-attributes): Don't display `<-identical' when running
authortomo <tomo>
Wed, 25 Feb 2004 07:44:03 +0000 (07:44 +0000)
committertomo <tomo>
Wed, 25 Feb 2004 07:44:03 +0000 (07:44 +0000)
with non-readable mode.

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

index 457d5f4..a15b587 100644 (file)
                                 line-breaking))
                 )
                ((and (not readable)
-                     (string-match "^->simplified" (symbol-name name)))
+                     (or (eq name '<-identical)
+                         (string-match "^->simplified" (symbol-name name))))
                 )
                ((or (eq name 'ideographic-structure)
                     (eq name 'ideographic-)