projects
/
chise
/
ids.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e474c7
)
(ids-read-buffer): Fix bug about HZKnn-hhhh.
author
tomo
<tomo>
Sat, 8 May 2004 15:27:26 +0000
(15:27 +0000)
committer
tomo
<tomo>
Sat, 8 May 2004 15:27:26 +0000
(15:27 +0000)
ids-read.el
patch
|
blob
|
history
diff --git
a/ids-read.el
b/ids-read.el
index
99ccc40
..
781c4aa
100644
(file)
--- a/
ids-read.el
+++ b/
ids-read.el
@@
-66,7
+66,7
@@
chs)
(decode-char (intern
(format "=hanziku-%d"
- (string-to-int (match-string 1))))
+ (string-to-int (match-string 1 chs))))
(string-to-int (match-string 2 chs) 16)))
((string-match "M-\\([0-9]+\\)'" chs)
(setq code (string-to-int (match-string 1 chs)))