Mercurial > emacs
changeset 81277:b65a4afd46bd
(Fx_get_atom_name): Use empty_unibyte_string.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 08 Jun 2007 20:07:10 +0000 |
parents | 343ad02b4c24 |
children | 5770b716f5aa |
files | src/xselect.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xselect.c Fri Jun 08 20:06:31 2007 +0000 +++ b/src/xselect.c Fri Jun 08 20:07:10 2007 +0000 @@ -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;