diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-19 05:54:51 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-19 05:54:51 +0000 |
commit | f4226e899908d59af89da4c3308d8501c54b75b3 (patch) | |
tree | 69bee8d8ad28a5b8b3aeb27aa53d75e0d970f49d /src/fileio.c | |
parent | c91c739e64db76a4682df0bff1c5583ee2492d7c (diff) | |
download | emacs-f4226e899908d59af89da4c3308d8501c54b75b3.tar.gz |
(Fwrite_region): Set update_mode_lines.
Diffstat (limited to 'src/fileio.c')
-rw-r--r-- | src/fileio.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |