diff options
| author | Juanma Barranquero | 2007-06-08 20:09:20 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-08 20:09:20 +0000 |
| commit | a2665596ddd12b8f11959103884b35ec43d4e782 (patch) | |
| tree | 668ef60f1bfadc6501439f4f5dbaa4719312ad8f /src | |
| parent | c60416e0c719543a2ce95d86e31affc921e109ee (diff) | |
| download | emacs-a2665596ddd12b8f11959103884b35ec43d4e782.tar.gz emacs-a2665596ddd12b8f11959103884b35ec43d4e782.zip | |
(read_minibuf): Use empty_unibyte_string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index db069aaf29e..94e06365a91 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -529,7 +529,7 @@ read_minibuf (map, initial, prompt, backup_n, expflag, | |||
| 529 | GCPRO5 (map, initial, val, ambient_dir, input_method); | 529 | GCPRO5 (map, initial, val, ambient_dir, input_method); |
| 530 | 530 | ||
| 531 | if (!STRINGP (prompt)) | 531 | if (!STRINGP (prompt)) |
| 532 | prompt = empty_string; | 532 | prompt = empty_unibyte_string; |
| 533 | 533 | ||
| 534 | if (!enable_recursive_minibuffers | 534 | if (!enable_recursive_minibuffers |
| 535 | && minibuf_level > 0) | 535 | && minibuf_level > 0) |