emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113472: * international/mule.el (coding-system-iso-


From: Andreas Schwab
Subject: [Emacs-diffs] trunk r113472: * international/mule.el (coding-system-iso-2022-flags): Fix last
Date: Sat, 20 Jul 2013 15:42:13 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113472
revision-id: address@hidden
parent: address@hidden
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2013-07-20 17:41:38 +0200
message:
  * international/mule.el (coding-system-iso-2022-flags): Fix last
  change.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/international/mule.el     mule.el-20091113204419-o5vbwnq5f7feedwu-1046
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-07-20 11:51:53 +0000
+++ b/lisp/ChangeLog    2013-07-20 15:41:38 +0000
@@ -1,3 +1,8 @@
+2013-07-20  Andreas Schwab  <address@hidden>
+
+       * international/mule.el (coding-system-iso-2022-flags): Fix last
+       change.
+
 2013-07-20  Kenichi Handa  <address@hidden>
 
        * international/mule.el (coding-system-iso-2022-flags): Add

=== modified file 'lisp/international/mule.el'
--- a/lisp/international/mule.el        2013-07-20 11:22:56 +0000
+++ b/lisp/international/mule.el        2013-07-20 15:41:38 +0000
@@ -519,7 +519,7 @@
     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 @@
 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.")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]