aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/kkc.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/international/kkc.el b/lisp/international/kkc.el
index 6c8393711c5..f79c4c87bb8 100644
--- a/lisp/international/kkc.el
+++ b/lisp/international/kkc.el
@@ -264,6 +264,8 @@ and the return value is the length of the conversion."
264 ;; Then, ask users to select a desirable conversion. 264 ;; Then, ask users to select a desirable conversion.
265 (force-mode-line-update) 265 (force-mode-line-update)
266 (setq kkc-converting t) 266 (setq kkc-converting t)
267 ;; Hide "... loaded" message.
268 (message nil)
267 (while kkc-converting 269 (while kkc-converting
268 (set-buffer-modified-p modified-p) 270 (set-buffer-modified-p modified-p)
269 (let* ((overriding-terminal-local-map kkc-keymap) 271 (let* ((overriding-terminal-local-map kkc-keymap)