1
Fork 0
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:
Richard M. Stallman 1993-03-31 07:05:20 +00:00
parent 04904c29df
commit e5176baef5

View file

@ -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;