* image.c (png_load): Ignore png-supplied background color.
[bpt/emacs.git] / src / sunfns.c
index 8aedfa0..86e64cb 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);