]> git.eshelyaron.com Git - emacs.git/commitdiff
(sel_read): Use empty_unibyte_string.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 8 Jun 2007 20:07:44 +0000 (20:07 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 8 Jun 2007 20:07:44 +0000 (20:07 +0000)
src/sunfns.c

index c532ae7f8490ad62e5fb4c3cb4f9d3128a98f56d..2d96ac66aefdfc23cf1c4e49bf8716e6f8a29951 100644 (file)
@@ -287,7 +287,7 @@ sel_read (sel, file)
   register int i, n;
   register char *cp;
 
-  Current_Selection = make_string ("", 0);
+  Current_Selection = empty_unibyte_string;
   if (sel->sel_items <= 0)
     return (0);
   cp = (char *) malloc(sel->sel_items);