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:
b2555e8
)
(insert-char-attributes): Insert `->simplified' and `->vulgar' if they
author
tomo
<tomo>
Sat, 24 Apr 2004 19:57:15 +0000
(19:57 +0000)
committer
tomo
<tomo>
Sat, 24 Apr 2004 19:57:15 +0000
(19:57 +0000)
have their meta-data `*sources' even if non-printable 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
104f52d
..
9cf6d07
100644
(file)
--- a/
lisp/utf-2000/char-db-util.el
+++ b/
lisp/utf-2000/char-db-util.el
@@
-908,6
+908,10
@@
line-breaking))
)
((and (not readable)
+ (null (get-char-attribute
+ char
+ (intern (format "%s*sources" name))))
+ (not (string-match "\\*sources$" (symbol-name name)))
(or (eq name '<-identical)
(string-match "^->simplified" (symbol-name name))
(string-match "^->vulgar" (symbol-name name))