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:
8be840a
)
(ids-read-buffer): Fix problem about M-nnnnn' and M-nnnnn".
author
tomo
<tomo>
Tue, 25 Jun 2002 07:13:31 +0000
(07:13 +0000)
committer
tomo
<tomo>
Tue, 25 Jun 2002 07:13:31 +0000
(07:13 +0000)
ids-read.el
patch
|
blob
|
history
diff --git
a/ids-read.el
b/ids-read.el
index
d37e338
..
6322c09
100644
(file)
--- a/
ids-read.el
+++ b/
ids-read.el
@@
-46,7
+46,7
@@
((string-match "U[-+]\\([0-9A-F]+\\)" chs)
(decode-char 'ucs
(string-to-int (match-string 1 chs) 16)))
- ((string-match "M-\\([0-9]+\\)" chs)
+ ((string-match "M-\\([0-9]+\\)\\([^'\"]\\|$\\)" chs)
(decode-char 'ideograph-daikanwa
(string-to-int (match-string 1 chs))))
((string-match "CB\\([0-9]+\\)" chs)