From: Juanma Barranquero Date: Fri, 8 Jun 2007 20:12:52 +0000 (+0000) Subject: (Fread_file_name): Use empty_unibyte_string. X-Git-Tag: emacs-pretest-23.0.90~12384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80bad45fc8052b3e13122d4843443bb2d77b3882;p=emacs.git (Fread_file_name): Use empty_unibyte_string. --- 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'. */) if (! replace_in_history) add_to_history = 1; - val = empty_string; + val = empty_unibyte_string; } unbind_to (count, Qnil);