diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 7156f22f57e..8e7b588322c 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -6430,7 +6430,7 @@ and `read-file-name-function'. */) | |||
| 6430 | if (! replace_in_history) | 6430 | if (! replace_in_history) |
| 6431 | add_to_history = 1; | 6431 | add_to_history = 1; |
| 6432 | 6432 | ||
| 6433 | val = empty_string; | 6433 | val = empty_unibyte_string; |
| 6434 | } | 6434 | } |
| 6435 | 6435 | ||
| 6436 | unbind_to (count, Qnil); | 6436 | unbind_to (count, Qnil); |