From 79230a29d51848e7cb2965bdf09b6a1dd0099014 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 4 Aug 2005 02:24:46 +0000 Subject: [PATCH] (insert-char-attributes): Don't display `->circled' 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 4673bf1..a5ac6e8 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -1013,6 +1013,7 @@ (or (eq name '<-identical) (eq name '->superscript) (eq name '->subscript) + (eq name '->circled) (string-match "^->compat" (symbol-name name)) (string-match "^->halfwidth" (symbol-name name)) (and -- 1.7.10.4