emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/print.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/print.c
Date: Fri, 04 Apr 2003 01:23:59 -0500

Index: emacs/src/print.c
diff -c emacs/src/print.c:1.184 emacs/src/print.c:1.185
*** emacs/src/print.c:1.184     Tue Feb  4 09:03:13 2003
--- emacs/src/print.c   Tue Mar 11 10:52:37 2003
***************
*** 775,780 ****
--- 775,782 ----
    PRINTFINISH;
    set_buffer_internal (XBUFFER (Vprin1_to_string_buffer));
    object = Fbuffer_string ();
+   if (SBYTES (object) == SCHARS (object))
+     STRING_SET_UNIBYTE (object);
  
    Ferase_buffer ();
    set_buffer_internal (old);




reply via email to

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