aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/language/cyrillic.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el
index cf3ee5a2b9d..2b32304c829 100644
--- a/lisp/language/cyrillic.el
+++ b/lisp/language/cyrillic.el
@@ -127,7 +127,7 @@ Support for Russian using koi8-r and the russian-computer input method.")
127 "KOI8-U 8-bit encoding for Cyrillic (MIME: KOI8-U)" 127 "KOI8-U 8-bit encoding for Cyrillic (MIME: KOI8-U)"
128 :coding-type 'charset 128 :coding-type 'charset
129 ;; This used to be ?U which collided with UTF-8. 129 ;; This used to be ?U which collided with UTF-8.
130 :mnemonic ?У 130 :mnemonic ?У ; CYRILLIC CAPITAL LETTER U
131 :charset-list '(koi8-u) 131 :charset-list '(koi8-u)
132 :mime-charset 'koi8-u) 132 :mime-charset 'koi8-u)
133 133