From 1451928fffb2065a90e3decd0b9ba34d74dcc22b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 20 Jul 2013 17:41:38 +0200 Subject: [PATCH] * international/mule.el (coding-system-iso-2022-flags): Fix last change. --- lisp/ChangeLog | 5 +++++ lisp/international/mule.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68ebad48d4..b47dbacd5a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-07-20 Andreas Schwab + + * international/mule.el (coding-system-iso-2022-flags): Fix last + change. + 2013-07-20 Kenichi Handa * international/mule.el (coding-system-iso-2022-flags): Add diff --git a/lisp/international/mule.el b/lisp/international/mule.el index ea2a0da4ab..11c4db5977 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -519,7 +519,7 @@ Return -1 if charset isn't an ISO 2022 one." euc-tw-shift use-roman use-oldjis - level-4) + 8-bit-level-4) "List of symbols that control ISO-2022 encoder/decoder. The value of the `:flags' attribute in the argument of the function @@ -583,7 +583,7 @@ If `use-oldjis' is specified, JIS0208-1976 is designated instead of JIS0208-1983. If `8-bit-level-4' is specified, the decoder assumes the -implementation lavel \"4\" for 8-bit codes which means that GL is +implementation level \"4\" for 8-bit codes which means that GL is identified as the single-shift area. The default implementation level for 8-bit code is \"4A\" which means that GR is identified as the single-shift area.") -- 2.20.1