]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change to lisp/language/cyrillic.el.
authorBasil L. Contovounesios <contovob@tcd.ie>
Sat, 8 Jul 2023 15:24:15 +0000 (16:24 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sat, 8 Jul 2023 15:24:15 +0000 (16:24 +0100)
For discussion, see the following emacs-devel thread:
https://lists.gnu.org/r/emacs-devel/2023-07/msg00221.html

lisp/language/cyrillic.el

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