# HG changeset patch # User Juanma Barranquero # Date 1181333572 0 # Node ID 61b6704f4b26248e724abee1e716705844595254 # Parent f5adf77707146da1525d8bee131369ab8ce58cce (Fread_file_name): Use empty_unibyte_string. diff -r f5adf7770714 -r 61b6704f4b26 src/fileio.c --- a/src/fileio.c Fri Jun 08 20:11:56 2007 +0000 +++ b/src/fileio.c Fri Jun 08 20:12:52 2007 +0000 @@ -6430,7 +6430,7 @@ if (! replace_in_history) add_to_history = 1; - val = empty_string; + val = empty_unibyte_string; } unbind_to (count, Qnil);