(ids-read-buffer): Fix bug about HZKnn-hhhh.
authortomo <tomo>
Sat, 8 May 2004 15:27:26 +0000 (15:27 +0000)
committertomo <tomo>
Sat, 8 May 2004 15:27:26 +0000 (15:27 +0000)
ids-read.el

index 99ccc40..781c4aa 100644 (file)
@@ -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)))