From: Kenichi Handa <handa@m17n.org>
Date: Tue, 14 May 2002 23:15:29 +0000 (+0000)
Subject: (skkdic-jisx0208-hiragana-block):
X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~873
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=073d10a18da04d6da18994ba750341714e053272;p=emacs.git

(skkdic-jisx0208-hiragana-block):
Fix the initial value to specify character range of
japanese-jisx0208, not unicode.
---

diff --git a/lisp/international/ja-dic-utl.el b/lisp/international/ja-dic-utl.el
index 1b5a1d09440..30b7de18380 100644
--- a/lisp/international/ja-dic-utl.el
+++ b/lisp/international/ja-dic-utl.el
@@ -88,8 +88,9 @@
       (setq heads (cdr heads)))
     l))
 
-(defconst skkdic-jisx0208-hiragana-block (cons (decode-char 'unicode #x3040)
-					       (decode-char 'unicode #x309F)))
+(defconst skkdic-jisx0208-hiragana-block
+  (cons (decode-char 'japanese-jisx0208 #x2421)
+	(decode-char 'japanese-jisx0208 #x247E)))
 
 (defun skkdic-lookup-key (seq len &optional postfix prefer-noun)
   "Return a list of conversion string for sequence SEQ of length LEN.