aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorStefan Monnier2013-11-06 13:41:31 -0500
committerStefan Monnier2013-11-06 13:41:31 -0500
commit2ec9db5d1e97275a2a4c27e04ed6f3e8c3382cab (patch)
treec84a7a326b41b7e74e084cee68cb1fcfcf7b9131 /src/fileio.c
parent6b4ac03ebef0dcd36699c34444ddce7a246c06aa (diff)
downloademacs-2ec9db5d1e97275a2a4c27e04ed6f3e8c3382cab.tar.gz
emacs-2ec9db5d1e97275a2a4c27e04ed6f3e8c3382cab.zip
* src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and
redisplay--mode-lines-cause. (redisplay_internal): Keep them uptodate. Remove redundant check of buffer_shared_and_changed. * *.[chm]: Number every assignment to update_mode_lines so we can track why it is set.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index d54c43c4635..d42b3811d76 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4997,7 +4997,7 @@ write_region (Lisp_Object start, Lisp_Object end, Lisp_Object filename,
4997 SAVE_MODIFF = MODIFF; 4997 SAVE_MODIFF = MODIFF;
4998 XSETFASTINT (BVAR (current_buffer, save_length), Z - BEG); 4998 XSETFASTINT (BVAR (current_buffer, save_length), Z - BEG);
4999 bset_filename (current_buffer, visit_file); 4999 bset_filename (current_buffer, visit_file);
5000 update_mode_lines++; 5000 update_mode_lines = 14;
5001 } 5001 }
5002 else if (quietly) 5002 else if (quietly)
5003 { 5003 {