From: tomo Date: Mon, 24 Jun 2002 08:25:07 +0000 (+0000) Subject: (ids-read-buffer): Accept CBnnnnn instead of CB-nnnnn as CBETA X-Git-Tag: ids-0_0-1~266 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bf112f37d74e3bce21ef30bfbd90bc64d799c12f;p=chise%2Fids.git (ids-read-buffer): Accept CBnnnnn instead of CB-nnnnn as CBETA characters. --- diff --git a/ids-read.el b/ids-read.el index 646f3c3..d37e338 100644 --- a/ids-read.el +++ b/ids-read.el @@ -49,7 +49,7 @@ ((string-match "M-\\([0-9]+\\)" chs) (decode-char 'ideograph-daikanwa (string-to-int (match-string 1 chs)))) - ((string-match "CB-\\([0-9]+\\)" chs) + ((string-match "CB\\([0-9]+\\)" chs) (decode-char 'ideograph-cbeta (string-to-int (match-string 1 chs)))) ))