From 1a9d454ebf661eb15ef3597c9c17dc59b9c63ee2 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Sat, 8 Jul 2023 16:24:15 +0100 Subject: [PATCH] ; Fix last change to lisp/language/cyrillic.el. For discussion, see the following emacs-devel thread: https://lists.gnu.org/r/emacs-devel/2023-07/msg00221.html --- lisp/language/cyrillic.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el index f923c84e221..9ad65877140 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.") "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) -- 2.39.2