From ed0b746f5e1e1e778f0b6d27c51887bd20cd8812 Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 8 May 2004 15:27:26 +0000 Subject: [PATCH] (ids-read-buffer): Fix bug about HZKnn-hhhh. --- ids-read.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ids-read.el b/ids-read.el index 99ccc40..781c4aa 100644 --- 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))) -- 1.7.10.4