summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2000-08-25 01:58:44 +0000
committerKenichi Handa <handa@m17n.org>2000-08-25 01:58:44 +0000
commit7b40328b1475c1fd5a76cc09d803026642d74013 (patch)
tree7e5e15355b116cde18c43b79d2edcf911983aab7
parentf7e75262d21b9bb884779eb67cf0098d2a94995d (diff)
downloademacs-7b40328b1475c1fd5a76cc09d803026642d74013.tar.gz
Remove SKK from Keywords. Require ja-dic-utl instead of skkdic-utl.
-rw-r--r--lisp/international/kkc.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/international/kkc.el b/lisp/international/kkc.el
index 4012a6ed3e6..6c8393711c5 100644
--- a/lisp/international/kkc.el
+++ b/lisp/international/kkc.el
@@ -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 @@ 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.