aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1997-06-10 00:56:18 +0000
committerKenichi Handa1997-06-10 00:56:18 +0000
commit0ae6d4825d5fde66899abbcdfdf48b9d194ea75e (patch)
treeb31cbe5c29af3a8c9b6567f884752a3851f1a0c4
parent4b16fa0c6e236b4ea0f0d21117f0f28f12fc95f6 (diff)
downloademacs-0ae6d4825d5fde66899abbcdfdf48b9d194ea75e.tar.gz
emacs-0ae6d4825d5fde66899abbcdfdf48b9d194ea75e.zip
(kkc-save-init-file): Coding system name changed from
iso-2022-7 to iso-2022-7bit.
-rw-r--r--lisp/international/kkc.el2
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))))