emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 51f2df4: ; * src/xdisp.c: Improve commentary for 'u


From: Eli Zaretskii
Subject: [Emacs-diffs] master 51f2df4: ; * src/xdisp.c: Improve commentary for 'update_mode_lines'.
Date: Sat, 24 Oct 2015 08:23:32 +0000

branch: master
commit 51f2df46f6a1ab8bcb7697da2f0274e9550213d4
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/xdisp.c: Improve commentary for 'update_mode_lines'.
---
 src/xdisp.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/xdisp.c b/src/xdisp.c
index 02388da..247aa28 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -473,6 +473,10 @@ int windows_or_buffers_changed;
    For any other value, redisplay all mode lines (the number used is then only
    used to track down the cause for this full-redisplay).
 
+   Since the frame title uses the same %-constructs as the mode line
+   (except %c and %l), if this variable is non-zero, we also consider
+   redisplaying the title of each frame, see x_consider_frame_title.
+
    The `redisplay' bits are the same as those used for
    windows_or_buffers_changed, and setting windows_or_buffers_changed also
    causes recomputation of the mode lines of all those windows.  IOW this



reply via email to

[Prev in Thread] Current Thread [Next in Thread]