* src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 6 Nov 2013 18:41:31 +0000 (13:41 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 6 Nov 2013 18:41:31 +0000 (13:41 -0500)
commit2ec9db5d1e97275a2a4c27e04ed6f3e8c3382cab
treec84a7a326b41b7e74e084cee68cb1fcfcf7b9131
parent6b4ac03ebef0dcd36699c34444ddce7a246c06aa
* 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.
14 files changed:
src/ChangeLog
src/buffer.c
src/commands.h
src/dosfns.c
src/fileio.c
src/frame.c
src/keyboard.c
src/macros.c
src/nsfns.m
src/process.c
src/w32fns.c
src/window.c
src/xdisp.c
src/xfns.c