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:
66a0ffb
)
Add `<=>jis-x0213-1' for each object of `<=>jis-x0208'.
author
tomo
<tomo>
Wed, 26 Aug 2009 23:08:50 +0000
(23:08 +0000)
committer
tomo
<tomo>
Wed, 26 Aug 2009 23:08:50 +0000
(23:08 +0000)
lisp/utf-2000/maps-conf.el
patch
|
blob
|
history
diff --git
a/lisp/utf-2000/maps-conf.el
b/lisp/utf-2000/maps-conf.el
index
87c5f04
..
9795ea7
100644
(file)
--- a/
lisp/utf-2000/maps-conf.el
+++ b/
lisp/utf-2000/maps-conf.el
@@
-169,3
+169,10
@@
(put-char-attribute c '=jis-x0213-1 v))
nil)
ccs))
+
+(map-char-attribute
+ (lambda (c v)
+ (unless (eq (encode-char c '<=>jis-x0213-1) v)
+ (put-char-attribute c '<=>jis-x0213-1 v))
+ nil)
+ '<=>jis-x0208)