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:26:59 +0000

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

Index: coding.c
===================================================================
RCS file: /sources/emacs/emacs/src/coding.c,v
retrieving revision 1.376
retrieving revision 1.377
diff -u -b -r1.376 -r1.377
--- coding.c    27 Mar 2008 20:24:55 -0000      1.376
+++ coding.c    27 Mar 2008 20:26:59 -0000      1.377
@@ -7051,7 +7051,7 @@
       /* 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;
+      coding->dst_multibyte = 1;
     }
 
   decode_coding (coding);




reply via email to

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