changeset 18116:7839aa2f6765

(koi8-r): Use R for mode line.
author Richard M. Stallman <rms@gnu.org>
date Mon, 02 Jun 1997 04:56:33 +0000
parents 06ce39d8e93e
children 5db3b24f2c5c
files lisp/language/cyrillic.el
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/cyrillic.el	Mon Jun 02 02:34:00 1997 +0000
+++ b/lisp/language/cyrillic.el	Mon Jun 02 04:56:33 1997 +0000
@@ -93,7 +93,11 @@
 	     
 (make-coding-system
  'koi8-r 4
- ?K "Coding-system used for KOI8."
+ ;; We used to use ?K.  It is true that ?K is more strictly correct,
+ ;; but it is also used for Korean.
+ ;; So people who use koi8 for languages other than Russian
+ ;; will have to forgive us.
+ ?R "Coding-system used for KOI8."
  (cons ccl-decode-koi8 ccl-encode-koi8))
 
 (define-coding-system-alias 'koi8-r 'koi8)