From e82f39b69b75e9b35b49503e3c7223ac38683954 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 3 Aug 2005 13:03:59 +0000 Subject: [PATCH] (insert-char-attributes): Don't display `->subscript' 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 437b8f5..4673bf1 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -1012,6 +1012,7 @@ (not (string-match "\\*sources$" (symbol-name name))) (or (eq name '<-identical) (eq name '->superscript) + (eq name '->subscript) (string-match "^->compat" (symbol-name name)) (string-match "^->halfwidth" (symbol-name name)) (and -- 1.7.10.4