From caa7db3a1bc1a1757a34bd15e82a13e08b7fb734 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sun, 26 May 2002 00:01:51 +0000 Subject: [PATCH] (coding-system-iso-2022-flags): Revert last change. --- lisp/international/mule.el | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index f769dec27aa..517162b6e09 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -345,13 +345,11 @@ Now we have the variable `charset-list'." safe latin-extra composition - euc-tw-shift - use-roman - use-oldjis) + euc-tw-shift) "List of symbols that control ISO-2022 encoder/decoder. The value of `:flags' attribute in the argument of the function -`define-coding-system' must be composed from them. +`define-coding-system' must be one of them. If `long-form' is specified, use a long designation sequence on encoding for the charsets `japanese-jisx0208-1978', `chinese-gb2312', @@ -401,13 +399,7 @@ composition sequence is correctly decode on decoding, and is produced on encoding. If `euc-tw-shift' is specified, the EUC-TW specific shifting code is -correctly decoded on decoding, and is produced on encoding. - -If `use-roman' is specified, JIS0201-1976-Roman is designated instead -of ASCII. - -If `use-oldjis' is specified, JIS0208-1976 is designated instead of -JIS0208-1983.") +correctly decoded on decoding, and is produced on encoding.") (defun define-coding-system (name docstring &rest props) "Define NAME (symbol) as a coding system with DOCSTRING and attributes. -- 2.39.5