summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-06-10 00:56:18 +0000
committerKenichi Handa <handa@m17n.org>1997-06-10 00:56:18 +0000
commitce56ca5dea0535444588e74f4fff6154bb446d1e (patch)
tree1faf2891bb09e1fec62452f29eeec0d03fb41c53
parent8c5c696833b6fe4122d60f0679ff494ba96a4498 (diff)
downloademacs-ce56ca5dea0535444588e74f4fff6154bb446d1e.tar.gz
(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.")
"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-7))
+ (let ((coding-system-for-write 'iso-2022-7bit))
(write-region (format "(setq kkc-lookup-cache '%S)\n" kkc-lookup-cache)
nil
kkc-init-file-name))))