aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fileio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 4c00f1e5ff4..14e39445efa 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -2592,6 +2592,7 @@ If file has multiple names, it continues to exist with the other names. */)
2592{ 2592{
2593 Lisp_Object encoded_file; 2593 Lisp_Object encoded_file;
2594 2594
2595 CHECK_STRING (filename);
2595 filename = Fexpand_file_name (filename, Qnil); 2596 filename = Fexpand_file_name (filename, Qnil);
2596 encoded_file = ENCODE_FILE (filename); 2597 encoded_file = ENCODE_FILE (filename);
2597 2598