Mercurial > emacs
changeset 81280:d27a83277a4b
(read_minibuf): Use empty_unibyte_string.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 08 Jun 2007 20:09:20 +0000 |
parents | 326992131788 |
children | 323c37a99c44 |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Fri Jun 08 20:08:39 2007 +0000 +++ b/src/minibuf.c Fri Jun 08 20:09:20 2007 +0000 @@ -529,7 +529,7 @@ GCPRO5 (map, initial, val, ambient_dir, input_method); if (!STRINGP (prompt)) - prompt = empty_string; + prompt = empty_unibyte_string; if (!enable_recursive_minibuffers && minibuf_level > 0)