aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-05-26 00:01:51 +0000
committerDave Love2002-05-26 00:01:51 +0000
commitcaa7db3a1bc1a1757a34bd15e82a13e08b7fb734 (patch)
tree90fa00459396535792405930e88f126172682128
parent173f18ce3c0a59ffbd3b552ecb18d0b84d3a5bc5 (diff)
downloademacs-caa7db3a1bc1a1757a34bd15e82a13e08b7fb734.tar.gz
emacs-caa7db3a1bc1a1757a34bd15e82a13e08b7fb734.zip
(coding-system-iso-2022-flags): Revert
last change.
-rw-r--r--lisp/international/mule.el14
1 files 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'."
345 safe 345 safe
346 latin-extra 346 latin-extra
347 composition 347 composition
348 euc-tw-shift 348 euc-tw-shift)
349 use-roman
350 use-oldjis)
351 "List of symbols that control ISO-2022 encoder/decoder. 349 "List of symbols that control ISO-2022 encoder/decoder.
352 350
353The value of `:flags' attribute in the argument of the function 351The value of `:flags' attribute in the argument of the function
354`define-coding-system' must be composed from them. 352`define-coding-system' must be one of them.
355 353
356If `long-form' is specified, use a long designation sequence on 354If `long-form' is specified, use a long designation sequence on
357encoding for the charsets `japanese-jisx0208-1978', `chinese-gb2312', 355encoding for the charsets `japanese-jisx0208-1978', `chinese-gb2312',
@@ -401,13 +399,7 @@ composition sequence is correctly decode on decoding, and is produced
401on encoding. 399on encoding.
402 400
403If `euc-tw-shift' is specified, the EUC-TW specific shifting code is 401If `euc-tw-shift' is specified, the EUC-TW specific shifting code is
404correctly decoded on decoding, and is produced on encoding. 402correctly decoded on decoding, and is produced on encoding.")
405
406If `use-roman' is specified, JIS0201-1976-Roman is designated instead
407of ASCII.
408
409If `use-oldjis' is specified, JIS0208-1976 is designated instead of
410JIS0208-1983.")
411 403
412(defun define-coding-system (name docstring &rest props) 404(defun define-coding-system (name docstring &rest props)
413 "Define NAME (symbol) as a coding system with DOCSTRING and attributes. 405 "Define NAME (symbol) as a coding system with DOCSTRING and attributes.