From: Juanma Barranquero Date: Fri, 8 Jun 2007 20:07:44 +0000 (+0000) Subject: (sel_read): Use empty_unibyte_string. X-Git-Tag: emacs-pretest-23.0.90~12390 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f130225375b6613c5d72adad98d2e8f9a257ed90;p=emacs.git (sel_read): Use empty_unibyte_string. --- diff --git a/src/sunfns.c b/src/sunfns.c index c532ae7f849..2d96ac66aef 100644 --- a/src/sunfns.c +++ b/src/sunfns.c @@ -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);