changeset 18198:8286b2dd4db6

(kkc-save-init-file): Coding system name changed from iso-2022-7 to iso-2022-7bit.
author Kenichi Handa <handa@m17n.org>
date Tue, 10 Jun 1997 00:56:18 +0000
parents 90235db802c7
children 15177bdb2fcf
files lisp/international/kkc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/kkc.el	Tue Jun 10 00:56:17 1997 +0000
+++ b/lisp/international/kkc.el	Tue Jun 10 00:56:18 1997 +0000
@@ -58,7 +58,7 @@
   "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))))