changeset 17082:e75db0b60c9d

Remove prefix "coding-system-" from coding system symbol names.
author Kenichi Handa <handa@m17n.org>
date Wed, 26 Feb 1997 12:11:46 +0000
parents 5810f3bb79d9
children 9e6a3e03ed4c
files lisp/international/kkc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/kkc.el	Wed Feb 26 12:10:24 1997 +0000
+++ b/lisp/international/kkc.el	Wed Feb 26 12:11:46 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 'coding-system-iso-2022-7))
+      (let ((coding-system-for-write 'iso-2022-7))
 	(write-region (format "(setq kkc-lookup-cache '%S)\n" kkc-lookup-cache)
 		      nil
 		      kkc-init-file-name))))