diff options
| author | Kenichi Handa | 1997-02-26 12:11:46 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-02-26 12:11:46 +0000 |
| commit | 433b28ce19fb3c7c54d3cfae1bcc398e63187f00 (patch) | |
| tree | bdb58b93ce35bdf6879a9776850adfcb630fc84c | |
| parent | a1a45cd2359bacd97ca5e7f33f9dc9c7ff06e61f (diff) | |
| download | emacs-433b28ce19fb3c7c54d3cfae1bcc398e63187f00.tar.gz emacs-433b28ce19fb3c7c54d3cfae1bcc398e63187f00.zip | |
Remove prefix "coding-system-" from coding system symbol names.
| -rw-r--r-- | lisp/international/kkc.el | 2 |
1 files changed, 1 insertions, 1 deletions
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.") | |||
| 58 | "Save initial setup code for KKC to a file specified by `kkc-init-file-name'" | 58 | "Save initial setup code for KKC to a file specified by `kkc-init-file-name'" |
| 59 | (if (and kkc-init-file-flag | 59 | (if (and kkc-init-file-flag |
| 60 | (not (eq kkc-init-file-flag t))) | 60 | (not (eq kkc-init-file-flag t))) |
| 61 | (let ((coding-system-for-write 'coding-system-iso-2022-7)) | 61 | (let ((coding-system-for-write 'iso-2022-7)) |
| 62 | (write-region (format "(setq kkc-lookup-cache '%S)\n" kkc-lookup-cache) | 62 | (write-region (format "(setq kkc-lookup-cache '%S)\n" kkc-lookup-cache) |
| 63 | nil | 63 | nil |
| 64 | kkc-init-file-name)))) | 64 | kkc-init-file-name)))) |