emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/xselect.c,v
Date: Fri, 08 Jun 2007 20:07:10 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/06/08 20:07:10

Index: xselect.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xselect.c,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -b -r1.168 -r1.169
--- xselect.c   6 Mar 2007 06:11:01 -0000       1.168
+++ xselect.c   8 Jun 2007 20:07:10 -0000       1.169
@@ -2678,7 +2678,7 @@
     ret = make_string (name, strlen (name));
 
   if (atom && name) XFree (name);
-  if (NILP (ret)) ret = make_string ("", 0);
+  if (NILP (ret)) ret = empty_unibyte_string;
 
   UNBLOCK_INPUT;
 




reply via email to

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