changeset 31165:6c51a4e8bf88

Remove SKK from Keywords. Require ja-dic-utl instead of skkdic-utl.
author Kenichi Handa <handa@m17n.org>
date Fri, 25 Aug 2000 01:58:44 +0000
parents bb7de354d69f
children 654d260e80bd
files lisp/international/kkc.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/kkc.el	Fri Aug 25 01:56:39 2000 +0000
+++ b/lisp/international/kkc.el	Fri Aug 25 01:58:44 2000 +0000
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
 
-;; Keywords: mule, multilingual, Japanese, SKK
+;; Keywords: mule, multilingual, Japanese
 
 ;; This file is part of GNU Emacs.
 
@@ -33,7 +33,7 @@
 
 ;;; Code:
 
-(require 'skkdic-utl)
+(require 'ja-dic-utl)
 
 (defvar kkc-input-method-title "漢"
   "String denoting KKC input method.
@@ -163,7 +163,7 @@
 ;; Cursor type (`box' or `bar') of the current frame.
 (defvar kkc-cursor-type nil)
 
-;; Lookup SKK dictionary to set list of conversions in
+;; Lookup Japanese dictionary to set list of conversions in
 ;; kkc-current-conversions for key sequence kkc-current-key of length
 ;; LEN.  If no conversion is found in the dictionary, don't change
 ;; kkc-current-conversions and return nil.