; Simplify last change to cyrillic.el.
https://lists.gnu.org/r/emacs-devel/2023-07/msg00297.html
This commit is contained in:
parent
44c9293ddd
commit
05984303a5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue