summaryrefslogtreecommitdiff
path: root/lisp/international/kkc.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/international/kkc.el')
-rw-r--r--lisp/international/kkc.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/kkc.el b/lisp/international/kkc.el
index bfd8a079834..78d981affab 100644
--- a/lisp/international/kkc.el
+++ b/lisp/international/kkc.el
@@ -61,7 +61,8 @@ This string is shown at mode line when users are in KKC mode.")
"Save initial setup code for KKC to a file specified by `kkc-init-file-name'"
(if (and kkc-init-file-flag
(not (eq kkc-init-file-flag t)))
- (let ((coding-system-for-write 'iso-2022-7bit))
+ (let ((coding-system-for-write 'iso-2022-7bit)
+ (print-length nil))
(write-region (format "(setq kkc-lookup-cache '%S)\n" kkc-lookup-cache)
nil
kkc-init-file-name))))