]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fwrite_region): Set update_mode_lines.
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 May 1994 05:54:51 +0000 (05:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 May 1994 05:54:51 +0000 (05:54 +0000)
src/fileio.c

index abfa6546191ec8058c4b9f35c58ead8be9696ea4..60473ede63d4cb43cd48cdd630af58d30bcc0537 100644 (file)
@@ -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;