unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Delete duplicate definition for koi8-u coding system
@ 2020-08-29 10:38 Ulrich Mueller
  2020-08-29 11:01 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Mueller @ 2020-08-29 10:38 UTC (permalink / raw)
  To: emacs-devel

cyrillic.el defines koi8-u twice, so it appears twice in the output of
list-coding-systems. OK if I push the following patch?

From b4d3b17cb4e2debf4e38c6f88bc4858a3fa55f3e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@gentoo.org>
Date: Sat, 29 Aug 2020 12:29:13 +0200
Subject: [PATCH] Delete duplicate definition for koi8-u coding system

* lisp/language/cyrillic.el (koi8-u): Delete duplicate definition.
---
 lisp/language/cyrillic.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el
index 9847ab66e6..c19637010a 100644
--- a/lisp/language/cyrillic.el
+++ b/lisp/language/cyrillic.el
@@ -169,13 +169,6 @@ Support for Russian using koi8-r and the russian-computer input method.")
   :charset-list '(ibm866)
   :mime-charset 'cp866)
 
-(define-coding-system 'koi8-u
-  "KOI8-U 8-bit encoding for Cyrillic (MIME: KOI8-U)"
-  :coding-type 'charset
-  :mnemonic ?U
-  :charset-list '(koi8-u)
-  :mime-charset 'koi8-u)
-
 (define-coding-system 'koi8-t
   "KOI8-T 8-bit encoding for Cyrillic"
   :coding-type 'charset
-- 
2.28.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Delete duplicate definition for koi8-u coding system
  2020-08-29 10:38 [PATCH] Delete duplicate definition for koi8-u coding system Ulrich Mueller
@ 2020-08-29 11:01 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2020-08-29 11:01 UTC (permalink / raw)
  To: Ulrich Mueller; +Cc: emacs-devel

> From: Ulrich Mueller <ulm@gentoo.org>
> Date: Sat, 29 Aug 2020 12:38:25 +0200
> 
> cyrillic.el defines koi8-u twice, so it appears twice in the output of
> list-coding-systems. OK if I push the following patch?

Yes, please (to the master branch).

Thanks.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-29 11:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-29 10:38 [PATCH] Delete duplicate definition for koi8-u coding system Ulrich Mueller
2020-08-29 11:01 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).