projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ace37
)
(insert-char-attributes): Don't display `<-identical' when running
author
tomo
<tomo>
Wed, 25 Feb 2004 07:44:03 +0000
(07:44 +0000)
committer
tomo
<tomo>
Wed, 25 Feb 2004 07:44:03 +0000
(07:44 +0000)
with non-readable mode.
lisp/utf-2000/char-db-util.el
patch
|
blob
|
history
diff --git
a/lisp/utf-2000/char-db-util.el
b/lisp/utf-2000/char-db-util.el
index
457d5f4
..
a15b587
100644
(file)
--- a/
lisp/utf-2000/char-db-util.el
+++ b/
lisp/utf-2000/char-db-util.el
@@
-896,7
+896,8
@@
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-)