# HG changeset patch # User Kenichi Handa # Date 967168724 0 # Node ID 6c51a4e8bf882bfdb7079d22fac56f2566c8949a # Parent bb7de354d69f8d91930ad7c9c4e0a06eda3a3e74 Remove SKK from Keywords. Require ja-dic-utl instead of skkdic-utl. diff -r bb7de354d69f -r 6c51a4e8bf88 lisp/international/kkc.el --- 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.