emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/coding.c,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/coding.c,v
Date: Thu, 27 Mar 2008 20:24:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/03/27 20:24:56

Index: coding.c
===================================================================
RCS file: /sources/emacs/emacs/src/coding.c,v
retrieving revision 1.375
retrieving revision 1.376
diff -u -b -r1.375 -r1.376
--- coding.c    27 Mar 2008 20:04:37 -0000      1.375
+++ coding.c    27 Mar 2008 20:24:55 -0000      1.376
@@ -7048,7 +7048,10 @@
     {
       code_conversion_save (0, 0);
       coding->dst_object = Qnil;
-      coding->dst_multibyte = !CODING_FOR_UNIBYTE (coding);
+      /* Most callers presume this will return a multibyte result, and they
+        won't use `binary' or `raw-text' anyway, so let's not worry about
+        CODING_FOR_UNIBYTE.  */
+      coding->dst_multibyte = Qt;
     }
 
   decode_coding (coding);




reply via email to

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