changeset 88643:db559e54c9e0

(coding-system-iso-2022-flags): Revert last change.
author Dave Love <fx@gnu.org>
date Sun, 26 May 2002 00:01:51 +0000
parents 3a7ca837e9b9
children 4d68daadc430
files lisp/international/mule.el
diffstat 1 files changed, 3 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule.el	Sat May 25 23:30:45 2002 +0000
+++ b/lisp/international/mule.el	Sun May 26 00:01:51 2002 +0000
@@ -345,13 +345,11 @@
     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 @@
 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.