diff options
| author | Dave Love | 2002-05-26 00:01:51 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-26 00:01:51 +0000 |
| commit | caa7db3a1bc1a1757a34bd15e82a13e08b7fb734 (patch) | |
| tree | 90fa00459396535792405930e88f126172682128 | |
| parent | 173f18ce3c0a59ffbd3b552ecb18d0b84d3a5bc5 (diff) | |
| download | emacs-caa7db3a1bc1a1757a34bd15e82a13e08b7fb734.tar.gz emacs-caa7db3a1bc1a1757a34bd15e82a13e08b7fb734.zip | |
(coding-system-iso-2022-flags): Revert
last change.
| -rw-r--r-- | lisp/international/mule.el | 14 |
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 | ||
| 353 | The value of `:flags' attribute in the argument of the function | 351 | The 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 | ||
| 356 | If `long-form' is specified, use a long designation sequence on | 354 | If `long-form' is specified, use a long designation sequence on |
| 357 | encoding for the charsets `japanese-jisx0208-1978', `chinese-gb2312', | 355 | encoding for the charsets `japanese-jisx0208-1978', `chinese-gb2312', |
| @@ -401,13 +399,7 @@ composition sequence is correctly decode on decoding, and is produced | |||
| 401 | on encoding. | 399 | on encoding. |
| 402 | 400 | ||
| 403 | If `euc-tw-shift' is specified, the EUC-TW specific shifting code is | 401 | If `euc-tw-shift' is specified, the EUC-TW specific shifting code is |
| 404 | correctly decoded on decoding, and is produced on encoding. | 402 | correctly decoded on decoding, and is produced on encoding.") |
| 405 | |||
| 406 | If `use-roman' is specified, JIS0201-1976-Roman is designated instead | ||
| 407 | of ASCII. | ||
| 408 | |||
| 409 | If `use-oldjis' is specified, JIS0208-1976 is designated instead of | ||
| 410 | JIS0208-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. |