diff options
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) |