From 470f0dc4bc457208a75114e44657a69456f2c010 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 11 Aug 1998 02:45:21 +0000 Subject: [PATCH] Redefine coding-system `iso-2022-jp-2' if `iso-2022-jp-2-dos' is not found. --- emu-x20.el | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/emu-x20.el b/emu-x20.el index 45b5652..f2f6acd 100644 --- a/emu-x20.el +++ b/emu-x20.el @@ -49,6 +49,17 @@ mnemonic "ko/EUC" eol-type nil))) +(or (find-coding-system 'iso-2022-jp-2-dos) + (make-coding-system + 'iso-2022-jp-2 'iso2022 + "ISO-2022 coding system using SS2 for 96-charset in 7-bit code." + '(charset-g0 ascii + charset-g2 t ;; unspecified but can be used later. + seven t + short t + mnemonic "ISO7/SS2" + eol-type nil))) + ;;; @ without code-conversion ;;; -- 1.7.10.4