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 69ad679fbf5..f9943927ca2 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -2506,7 +2506,7 @@ to the file, instead of any buffer contents, and END is ignored.") | |||
| 2506 | 2506 | ||
| 2507 | filename = Fexpand_file_name (filename, Qnil); | 2507 | filename = Fexpand_file_name (filename, Qnil); |
| 2508 | if (XTYPE (visit) == Lisp_String) | 2508 | if (XTYPE (visit) == Lisp_String) |
| 2509 | visit = Fexpand_file_name (visit, Qnil); | 2509 | visit_file = Fexpand_file_name (visit, Qnil); |
| 2510 | else | 2510 | else |
| 2511 | visit_file = filename; | 2511 | visit_file = filename; |
| 2512 | 2512 | ||