diff options
| author | Kenichi Handa | 2002-05-30 11:05:50 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-05-30 11:05:50 +0000 |
| commit | 3ed58a1549e8e1ed969f47f3eb21eee524c347f9 (patch) | |
| tree | 572ad2e56a3b6df199205321f5161ccc897d8c3e | |
| parent | 7c7dceee95698ad2add77f35de5d2e8f87ad9287 (diff) | |
| download | emacs-3ed58a1549e8e1ed969f47f3eb21eee524c347f9.tar.gz emacs-3ed58a1549e8e1ed969f47f3eb21eee524c347f9.zip | |
(coding-system-iso-2022-flags): Add use-roman, use-oldjis.
| -rw-r--r-- | lisp/international/mule.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 1fe12866495..e5eba095514 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -361,7 +361,9 @@ Now we have the variable `charset-list'." | |||
| 361 | safe | 361 | safe |
| 362 | latin-extra | 362 | latin-extra |
| 363 | composition | 363 | composition |
| 364 | euc-tw-shift) | 364 | euc-tw-shift |
| 365 | use-roman | ||
| 366 | use-oldjis) | ||
| 365 | "List of symbols that control ISO-2022 encoder/decoder. | 367 | "List of symbols that control ISO-2022 encoder/decoder. |
| 366 | 368 | ||
| 367 | The value of `:flags' attribute in the argument of the function | 369 | The value of `:flags' attribute in the argument of the function |