From f4226e899908d59af89da4c3308d8501c54b75b3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 19 May 1994 05:54:51 +0000 Subject: [PATCH] (Fwrite_region): Set update_mode_lines. --- src/fileio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fileio.c b/src/fileio.c index abfa6546191..60473ede63d 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -3219,6 +3219,7 @@ to the file, instead of any buffer contents, and END is ignored.") current_buffer->save_modified = MODIFF; XFASTINT (current_buffer->save_length) = Z - BEG; current_buffer->filename = visit_file; + update_mode_lines++; } else if (quietly) return Qnil; -- 2.39.5