]> git.eshelyaron.com Git - emacs.git/commit
* src/xdisp.c (wset_update_mode_line): Move from `src/window.c`
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 14 Apr 2021 03:55:47 +0000 (23:55 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 14 Apr 2021 03:55:47 +0000 (23:55 -0400)
commit844b8949a71f180d395a237c768b22d91cf91ded
tree336a7fb79a67d1729a456c837dffa6406eda375e
parent839a9e74e0263f4e75a0c34df39c2e0a57c49438
* src/xdisp.c (wset_update_mode_line): Move from `src/window.c`

Move that function next to its siblings.  Also simplify it, since
after careful analysis it is now clear that the frame's title's update
is already handled elsewhere (in `prepare_menu_bars` and `redisplay_window`)
so we just need to make sure the `redisplay` bit is set.

* src/window.c (wset_update_mode_line): Move to `src/xdisp.c`.
* src/window.h (wset_update_mode_line): Declare.
src/window.c
src/window.h
src/xdisp.c