1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-09 07:40:39 -08:00

; Re-add recently removed comment in cyrillic.el.

https://lists.gnu.org/r/emacs-devel/2023-07/msg00303.html
This commit is contained in:
Basil L. Contovounesios 2023-07-08 22:27:20 +01:00
parent e074081af3
commit afa4fa1723

View 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)" "KOI8-U 8-bit encoding for Cyrillic (MIME: KOI8-U)"
:coding-type 'charset :coding-type 'charset
;; This used to be ?U which collided with UTF-8. ;; This used to be ?U which collided with UTF-8.
:mnemonic ?У :mnemonic ?У ; CYRILLIC CAPITAL LETTER U
:charset-list '(koi8-u) :charset-list '(koi8-u)
:mime-charset 'koi8-u) :mime-charset 'koi8-u)