aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-08 20:12:52 +0000
committerJuanma Barranquero2007-06-08 20:12:52 +0000
commit80bad45fc8052b3e13122d4843443bb2d77b3882 (patch)
treed43f025c4c5a268be622a1f5d43509c61b6f89f3 /src
parentb116683c2e4525853a2636735b0d2ceccac9b230 (diff)
downloademacs-80bad45fc8052b3e13122d4843443bb2d77b3882.tar.gz
emacs-80bad45fc8052b3e13122d4843443bb2d77b3882.zip
(Fread_file_name): Use empty_unibyte_string.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
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);