]> code.delx.au - gnu-emacs/commitdiff
Remove SKK from Keywords. Require ja-dic-utl instead of skkdic-utl.
authorKenichi Handa <handa@m17n.org>
Fri, 25 Aug 2000 01:58:44 +0000 (01:58 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 25 Aug 2000 01:58:44 +0000 (01:58 +0000)
lisp/international/kkc.el

index 4012a6ed3e6926c661b63ecc92c0c85685733bf1..6c8393711c50d199c9c7c55236bc2a2306fbc737 100644 (file)
@@ -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 "\e$B4A\e(B"
   "String denoting KKC input method.
@@ -163,7 +163,7 @@ area while indicating the current selection by `<N>'."
 ;; 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.