aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2020-12-28 21:36:47 -0800
committerGlenn Morris2020-12-28 21:36:47 -0800
commit1fc011c07578168ce25f7db2271f58cb02f540a3 (patch)
tree3cfe0bd9a9df481b586c5e159afbe08eee2c410d /src
parent6481da6b90bcbccbd334f060ac2a4aafaea83df3 (diff)
downloademacs-1fc011c07578168ce25f7db2271f58cb02f540a3.tar.gz
emacs-1fc011c07578168ce25f7db2271f58cb02f540a3.zip
* src/xdisp.c (display_mode_line): I guess FALSE should be false.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 72256cddd30..7ad6b1b1892 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -25467,7 +25467,7 @@ display_mode_line (struct window *w, enum face_id face_id, Lisp_Object format)
25467 { 25467 {
25468 Lisp_Object mode_string = Fformat_mode_line (format, Qnil, Qnil, Qnil); 25468 Lisp_Object mode_string = Fformat_mode_line (format, Qnil, Qnil, Qnil);
25469 if (EQ (Vmode_line_compact, Qlong) 25469 if (EQ (Vmode_line_compact, Qlong)
25470 && window_body_width (XWINDOW (selected_window), FALSE) >= 25470 && window_body_width (XWINDOW (selected_window), false) >=
25471 SCHARS (mode_string)) 25471 SCHARS (mode_string))
25472 { 25472 {
25473 /* The window is wide enough; just display the mode line we 25473 /* The window is wide enough; just display the mode line we