]> git.eshelyaron.com Git - emacs.git/commitdiff
(koi8-r): Use R for mode line.
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Jun 1997 04:56:33 +0000 (04:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Jun 1997 04:56:33 +0000 (04:56 +0000)
lisp/language/cyrillic.el

index e58fdd0db7ff9222353152c00e8c58d198db9305..f01f6d3be5dcef76ce60426dc9947c5b9a7b9afa 100644 (file)
             
 (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)