aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-08-25 01:58:44 +0000
committerKenichi Handa2000-08-25 01:58:44 +0000
commit1b33349269548faaa84043e068dc2faf4eea2d10 (patch)
tree5a6cc3b22f965af34cdcc56d89be3e3a621606f8
parentb47a7926d86c9b39adcbd3f8c36298ed7fb4277c (diff)
downloademacs-1b33349269548faaa84043e068dc2faf4eea2d10.tar.gz
emacs-1b33349269548faaa84043e068dc2faf4eea2d10.zip
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 @@
3;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. 3;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
4;; Licensed to the Free Software Foundation. 4;; Licensed to the Free Software Foundation.
5 5
6;; Keywords: mule, multilingual, Japanese, SKK 6;; Keywords: mule, multilingual, Japanese
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
@@ -33,7 +33,7 @@
33 33
34;;; Code: 34;;; Code:
35 35
36(require 'skkdic-utl) 36(require 'ja-dic-utl)
37 37
38(defvar kkc-input-method-title "漢" 38(defvar kkc-input-method-title "漢"
39 "String denoting KKC input method. 39 "String denoting KKC input method.
@@ -163,7 +163,7 @@ area while indicating the current selection by `<N>'."
163;; Cursor type (`box' or `bar') of the current frame. 163;; Cursor type (`box' or `bar') of the current frame.
164(defvar kkc-cursor-type nil) 164(defvar kkc-cursor-type nil)
165 165
166;; Lookup SKK dictionary to set list of conversions in 166;; Lookup Japanese dictionary to set list of conversions in
167;; kkc-current-conversions for key sequence kkc-current-key of length 167;; kkc-current-conversions for key sequence kkc-current-key of length
168;; LEN. If no conversion is found in the dictionary, don't change 168;; LEN. If no conversion is found in the dictionary, don't change
169;; kkc-current-conversions and return nil. 169;; kkc-current-conversions and return nil.