]> git.eshelyaron.com Git - emacs.git/commitdiff
; Re-add recently removed comment in cyrillic.el.
authorBasil L. Contovounesios <contovob@tcd.ie>
Sat, 8 Jul 2023 21:27:20 +0000 (22:27 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sat, 8 Jul 2023 21:27:20 +0000 (22:27 +0100)
https://lists.gnu.org/r/emacs-devel/2023-07/msg00303.html

lisp/language/cyrillic.el

index cf3ee5a2b9d5b9762b8b24b24794a4a6cbca8995..2b32304c8292ebf8025f5598830605b6468d31ff 100644 (file)
@@ -127,7 +127,7 @@ Support for Russian using koi8-r and the russian-computer input method.")
   "KOI8-U 8-bit encoding for Cyrillic (MIME: KOI8-U)"
   :coding-type 'charset
   ;; This used to be ?U which collided with UTF-8.
-  :mnemonic ?У
+  :mnemonic ?У                          ; CYRILLIC CAPITAL LETTER U
   :charset-list '(koi8-u)
   :mime-charset 'koi8-u)