From 1b33349269548faaa84043e068dc2faf4eea2d10 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 25 Aug 2000 01:58:44 +0000 Subject: [PATCH] Remove SKK from Keywords. Require ja-dic-utl instead of skkdic-utl. --- lisp/international/kkc.el | 6 +++--- 1 file 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 `'." ;; 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. -- 2.39.2