emacs-diffs
[Top][All Lists]
Advanced

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

master 0c9ca96c06: ; * src/xdisp.c (redisplay_tool_bar): Fix a possible


From: Eli Zaretskii
Subject: master 0c9ca96c06: ; * src/xdisp.c (redisplay_tool_bar): Fix a possible typo.
Date: Sun, 17 Jul 2022 06:12:50 -0400 (EDT)

branch: master
commit 0c9ca96c06fe4095d1182ed958f7c661861ebd70
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/xdisp.c (redisplay_tool_bar): Fix a possible typo.
---
 src/xdisp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xdisp.c b/src/xdisp.c
index c0ef15f218..b693df4adb 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -15073,7 +15073,7 @@ redisplay_tool_bar (struct frame *f)
 
   if (!NILP (Vauto_resize_tool_bars))
     {
-      bool change_height_p = true;
+      bool change_height_p = false;
 
       /* If we couldn't display everything, change the tool-bar's
         height if there is room for more.  */



reply via email to

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