From: Kenichi Handa Date: Wed, 26 Feb 1997 12:11:46 +0000 (+0000) Subject: Remove prefix "coding-system-" from coding system symbol names. X-Git-Tag: emacs-20.1~2863 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=433b28ce19fb3c7c54d3cfae1bcc398e63187f00;p=emacs.git Remove prefix "coding-system-" from coding system symbol names. --- diff --git a/lisp/international/kkc.el b/lisp/international/kkc.el index 35c8f3a8635..0262bd78d90 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 '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))))