mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
(Fwrite_region): Don't fail to set visit_file.
This commit is contained in:
parent
04904c29df
commit
e5176baef5
1 changed files with 1 additions and 1 deletions
|
|
@ -2506,7 +2506,7 @@ to the file, instead of any buffer contents, and END is ignored.")
|
|||
|
||||
filename = Fexpand_file_name (filename, Qnil);
|
||||
if (XTYPE (visit) == Lisp_String)
|
||||
visit = Fexpand_file_name (visit, Qnil);
|
||||
visit_file = Fexpand_file_name (visit, Qnil);
|
||||
else
|
||||
visit_file = filename;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue