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:
58a92d5
)
Add `=gt' features for isolated GT characters.
author
tomo
<tomo>
Mon, 16 Jun 2003 08:37:54 +0000
(08:37 +0000)
committer
tomo
<tomo>
Mon, 16 Jun 2003 08:37:54 +0000
(08:37 +0000)
lisp/utf-2000/isolated-char.el
patch
|
blob
|
history
diff --git
a/lisp/utf-2000/isolated-char.el
b/lisp/utf-2000/isolated-char.el
index
0b2be87
..
2e9f025
100644
(file)
--- a/
lisp/utf-2000/isolated-char.el
+++ b/
lisp/utf-2000/isolated-char.el
@@
-181,6
+181,8
@@
plane (string-to-int (match-string 4))
code (string-to-int (match-string 5) 16))
(put-char-attribute (decode-builtin-char '=gt gt-code)
+ '=gt gt-code)
+ (put-char-attribute (decode-builtin-char '=gt gt-code)
(intern (format "=gt-pj-%d" plane))
code)
)))