]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove prefix "coding-system-" from coding system symbol names.
authorKenichi Handa <handa@m17n.org>
Wed, 26 Feb 1997 12:11:46 +0000 (12:11 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 26 Feb 1997 12:11:46 +0000 (12:11 +0000)
lisp/international/kkc.el

index 35c8f3a863589f929a80b006be660faa967b007d..0262bd78d90df01d90cc20da72e00c810154c6da 100644 (file)
@@ -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 '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))))