]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 5 Sep 2002 00:27:49 +0000 (00:27 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 5 Sep 2002 00:27:49 +0000 (00:27 +0000)
lisp/ChangeLog
lisp/international/utf-8.el

index 190ee238f0aa47d8ae428410bfa87974b7da1fe5..b43b88919bd4bd681d22c8e40a8c87f52f857874 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-05  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule.el (decode-char): Cancel the previous change.
+
 2002-09-04  John Paul Wallington  <jpw@shootybangbang.com>
 
        * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
index 327bc7261de5c2343a934bc8d6dc6e891bce3ca0..a85d980bc028484a5bcfe3fd70d41685c8c72c08 100644 (file)
@@ -127,14 +127,16 @@ decoded into mule-unicode-0100-24ff.")
    (?\e$,1(|\e(B . ?\e,L|\e(B) (?\e$,1(~\e(B . ?\e,L~\e(B) (?\e$,1(\7f\e(B . ?\e,L\7f\e(B)))
 
 (defcustom utf-8-fragment-on-decoding nil
-  "Whether or not to decode some scripts in UTF-8 text into 8-bit characters.
+  "Whether or not to decode some scripts in UTF-8 text into iso8859 charsets.
 Setting this means that the relevant Cyrillic and Greek characters are
 decoded into the iso8859 charsets rather than into
-mule-unicode-0100-24ff.  The 8-bit characters take half as much space
+mule-unicode-0100-24ff.  The iso8859 charsets take half as much space
 in the buffer, but using them may affect how the buffer can be re-encoded
 and may require a different input method to search for them, for instance.
 See `unify-8859-on-decoding-mode' and `unify-8859-on-encoding-mode'
-for mechanisms to make this largely transparent."
+for mechanisms to make this largely transparent.
+
+Setting this variable outside customize has no effect."
   :set (lambda (s v)
         (if v
             (define-translation-table 'utf-8-translation-table-for-decode