comparison lisp/international/kkc.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents 67b464da13ec
children cfbd08e9b444 d7ddb3e565de
comparison
equal deleted inserted replaced
49597:e88404e8f2cf 49598:0d8b17d428b5
166 166
167 ;; Lookup Japanese dictionary to set list of conversions in 167 ;; Lookup Japanese dictionary to set list of conversions in
168 ;; kkc-current-conversions for key sequence kkc-current-key of length 168 ;; kkc-current-conversions for key sequence kkc-current-key of length
169 ;; LEN. If no conversion is found in the dictionary, don't change 169 ;; LEN. If no conversion is found in the dictionary, don't change
170 ;; kkc-current-conversions and return nil. 170 ;; kkc-current-conversions and return nil.
171 ;; Postfixes are handled only if POSTFIX is non-nil. 171 ;; Postfixes are handled only if POSTFIX is non-nil.
172 (defun kkc-lookup-key (len &optional postfix prefer-noun) 172 (defun kkc-lookup-key (len &optional postfix prefer-noun)
173 ;; At first, prepare cache data if any. 173 ;; At first, prepare cache data if any.
174 (unless kkc-init-file-flag 174 (unless kkc-init-file-flag
175 (setq kkc-init-file-flag t 175 (setq kkc-init-file-flag t
176 kkc-lookup-cache nil) 176 kkc-lookup-cache nil)