diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/kkc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/kkc.el b/lisp/international/kkc.el index ba256b4373f..13d82ca9a37 100644 --- a/lisp/international/kkc.el +++ b/lisp/international/kkc.el | |||
| @@ -58,7 +58,7 @@ This string is shown at mode line when users are in KKC mode.") | |||
| 58 | "Save initial setup code for KKC to a file specified by `kkc-init-file-name'" | 58 | "Save initial setup code for KKC to a file specified by `kkc-init-file-name'" |
| 59 | (if (and kkc-init-file-flag | 59 | (if (and kkc-init-file-flag |
| 60 | (not (eq kkc-init-file-flag t))) | 60 | (not (eq kkc-init-file-flag t))) |
| 61 | (let ((coding-system-for-write 'iso-2022-7)) | 61 | (let ((coding-system-for-write 'iso-2022-7bit)) |
| 62 | (write-region (format "(setq kkc-lookup-cache '%S)\n" kkc-lookup-cache) | 62 | (write-region (format "(setq kkc-lookup-cache '%S)\n" kkc-lookup-cache) |
| 63 | nil | 63 | nil |
| 64 | kkc-init-file-name)))) | 64 | kkc-init-file-name)))) |