From 33684ca3fd153f9c2cb7bcf13c85c948b805cf43 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 2 Aug 2005 04:17:24 +0000 Subject: [PATCH] (insert-char-attributes): Don't display `->superscript' 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 5c9a317..437b8f5 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -1011,6 +1011,7 @@ (intern (format "%s*sources" name)))) (not (string-match "\\*sources$" (symbol-name name))) (or (eq name '<-identical) + (eq name '->superscript) (string-match "^->compat" (symbol-name name)) (string-match "^->halfwidth" (symbol-name name)) (and -- 1.7.10.4