aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-19 05:54:51 +0000
committerRichard M. Stallman1994-05-19 05:54:51 +0000
commitf4226e899908d59af89da4c3308d8501c54b75b3 (patch)
tree69bee8d8ad28a5b8b3aeb27aa53d75e0d970f49d /src
parentc91c739e64db76a4682df0bff1c5583ee2492d7c (diff)
downloademacs-f4226e899908d59af89da4c3308d8501c54b75b3.tar.gz
emacs-f4226e899908d59af89da4c3308d8501c54b75b3.zip
(Fwrite_region): Set update_mode_lines.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c1
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.")
3219 current_buffer->save_modified = MODIFF; 3219 current_buffer->save_modified = MODIFF;
3220 XFASTINT (current_buffer->save_length) = Z - BEG; 3220 XFASTINT (current_buffer->save_length) = Z - BEG;
3221 current_buffer->filename = visit_file; 3221 current_buffer->filename = visit_file;
3222 update_mode_lines++;
3222 } 3223 }
3223 else if (quietly) 3224 else if (quietly)
3224 return Qnil; 3225 return Qnil;