diff options
| author | Juanma Barranquero | 2007-06-08 20:07:44 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-08 20:07:44 +0000 |
| commit | f130225375b6613c5d72adad98d2e8f9a257ed90 (patch) | |
| tree | 7effe3ff6345350a6ad9e4b2db55257ace18ba78 /src | |
| parent | 8b3ad112705f4c6e002c1808dbaf60001384f0fe (diff) | |
| download | emacs-f130225375b6613c5d72adad98d2e8f9a257ed90.tar.gz emacs-f130225375b6613c5d72adad98d2e8f9a257ed90.zip | |
(sel_read): Use empty_unibyte_string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sunfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 287 | register int i, n; | 287 | register int i, n; |
| 288 | register char *cp; | 288 | register char *cp; |
| 289 | 289 | ||
| 290 | Current_Selection = make_string ("", 0); | 290 | Current_Selection = empty_unibyte_string; |
| 291 | if (sel->sel_items <= 0) | 291 | if (sel->sel_items <= 0) |
| 292 | return (0); | 292 | return (0); |
| 293 | cp = (char *) malloc(sel->sel_items); | 293 | cp = (char *) malloc(sel->sel_items); |