projects
/
chise
/
xemacs-chise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41ac350
)
(mapping-table-read-file): If a glyph-image object has a feature
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Fri, 1 Aug 2014 05:36:15 +0000
(14:36 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Fri, 1 Aug 2014 05:36:15 +0000
(14:36 +0900)
`=>ucs*' and its value is equal to ucs, don't add `=>ucs' into the
glyph-image object even if its `ucs' value is not equal to ucs.
lisp/utf-2000/read-maps.el
patch
|
blob
|
history
diff --git
a/lisp/utf-2000/read-maps.el
b/lisp/utf-2000/read-maps.el
index
1584747
..
787bfde
100644
(file)
--- a/
lisp/utf-2000/read-maps.el
+++ b/
lisp/utf-2000/read-maps.el
@@
-219,7
+219,8
@@
UCS-REGEXP is a regular expression to match against
==ucs@cns
==ucs@ks)))
(char-feature drep-chr '=>ucs))
- ucs)))
+ ucs))
+ (not (eq (char-feature drep-chr '=>ucs*) ucs)))
(if (or ucs-code (null drep-ucs-ccs))
(unless (eq (char-feature drep-chr '=>ucs) ucs)
(put-char-attribute drep-chr '=>ucs ucs))