From: morioka Date: Tue, 11 Aug 1998 02:45:21 +0000 (+0000) Subject: Redefine coding-system `iso-2022-jp-2' if `iso-2022-jp-2-dos' is not X-Git-Tag: apel-8_16~30 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=470f0dc4bc457208a75114e44657a69456f2c010;p=elisp%2Fapel.git Redefine coding-system `iso-2022-jp-2' if `iso-2022-jp-2-dos' is not found. --- 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 ;;;