]> git.eshelyaron.com Git - emacs.git/commitdiff
; Simplify last change to cyrillic.el.
authorBasil L. Contovounesios <contovob@tcd.ie>
Sat, 8 Jul 2023 16:50:43 +0000 (17:50 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sat, 8 Jul 2023 16:51:58 +0000 (17:51 +0100)
https://lists.gnu.org/r/emacs-devel/2023-07/msg00297.html

lisp/language/cyrillic.el

index 9ad658771409629f478f46e5d5f299fcf5a6b87f..cf3ee5a2b9d5b9762b8b24b24794a4a6cbca8995 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 ?\u0423                 ; ?\N{cyrillic capital letter u} У
+  :mnemonic ?У
   :charset-list '(koi8-u)
   :mime-charset 'koi8-u)