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:
f5ff5f6
)
Don't add `=gt-pj-1' features into some JIS X 0208:1990 code points.
author
tomo
<tomo>
Wed, 9 Jul 2003 03:50:00 +0000
(
03:50
+0000)
committer
tomo
<tomo>
Wed, 9 Jul 2003 03:50:00 +0000
(
03:50
+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
2fcd9d3
..
d2aeb4c
100644
(file)
--- a/
lisp/utf-2000/maps-conf.el
+++ b/
lisp/utf-2000/maps-conf.el
@@
-21,8
+21,11
@@
(map-char-attribute
(lambda (c v)
- (put-char-attribute (decode-char 'japanese-jisx0208-1990 v)
- '=gt-pj-1 v)
+ (unless (memq v '(#x5C37 #x5C52 #x3521 #x5D62 #x5F4A
+ #x5F5B #x6062 #x4849 #x6173 #x306B
+ #x6328 #x6352 #x6362))
+ (put-char-attribute (decode-char 'japanese-jisx0208-1990 v)
+ '=gt-pj-1 v))
nil)
'=gt-pj-1)