From a5e726024fe254009647051d8477c6d1be430b28 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 15 May 2003 12:53:21 +0000 Subject: [PATCH] (cyrillic-koi8-t): Alias of koi8-t. --- lisp/ChangeLog | 4 ++++ lisp/international/code-pages.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e214fb9e46..a84b71be5e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-05-15 Kenichi Handa + + * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t. + 2003-05-15 Vinicius Jose Latorre * ps-print.el: Avoid unnecessary calls to funs in header and footer diff --git a/lisp/international/code-pages.el b/lisp/international/code-pages.el index af1df739764..c365dfe757f 100644 --- a/lisp/international/code-pages.el +++ b/lisp/international/code-pages.el @@ -3896,6 +3896,7 @@ corresponding args of `make-coding-system'. If MNEMONIC isn't given, ?\Ъ] "Unicode-based KOI8-T encoding for Cyrillic") (coding-system-put 'koi8-t 'mime-charset nil) ; not in the IANA list +(define-coding-system-alias 'cyrillic-koi8-t 'koi8-t) ;; Online final ISO draft: -- 2.39.2