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:
f9b4502
)
(insert-char-attributes): Treat '=decomposition@FOO' as the same as
author
tomo
<tomo>
Thu, 17 Feb 2011 03:08:34 +0000
(
03:08
+0000)
committer
tomo
<tomo>
Thu, 17 Feb 2011 03:08:34 +0000
(
03:08
+0000)
`=decomposition'.
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
5bd5ddb
..
d25d65b
100644
(file)
--- a/
lisp/utf-2000/char-db-util.el
+++ b/
lisp/utf-2000/char-db-util.el
@@
-1102,7
+1102,8
@@
(eq name 'ideographic-combination)
(eq name 'ideographic-)
(eq name '=decomposition)
- (string-match "^=>decomposition" (symbol-name name))
+ (string-match "^=>*decomposition\\(@[^*]+\\)?$"
+ (symbol-name name))
(string-match "^\\(->\\|<-\\)[^*]*$" (symbol-name name))
(string-match "^\\(->\\|<-\\)[^*]*\\*sources$"
(symbol-name name))