From 344f4b5f21b5c8a32e460f809b232686f4d52803 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 28 Apr 2004 03:19:16 +0000 Subject: [PATCH] (insert-char-attributes): Don't display `->wrong' when running with non-readable mode. --- 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 9cf6d07..84e2313 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -915,6 +915,7 @@ (or (eq name '<-identical) (string-match "^->simplified" (symbol-name name)) (string-match "^->vulgar" (symbol-name name)) + (string-match "^->wrong" (symbol-name name)) )) ) ((or (eq name 'ideographic-structure) -- 1.7.10.4