]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xterm.c (XTset_vertical_scroll_bar): Fix yet another typo.
authorPo Lu <luangruo@yahoo.com>
Sun, 31 Jul 2022 07:10:14 +0000 (15:10 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 31 Jul 2022 07:12:22 +0000 (15:12 +0800)
Reported by Lars Ingebrigtsen <larsi@gnus.org>.

src/xterm.c

index 9dc83ac84c7ecdd92d43020cc0fa263f65fa9b02..d7d4cb418f3e1e9c198324831bf63bc24221be35 100644 (file)
@@ -14929,7 +14929,7 @@ XTset_vertical_scroll_bar (struct window *w, int portion, int whole, int positio
        }
 
       bar = x_scroll_bar_create (w, top, left, width, max (height, 1), false);
-#ifndef USE_TOOKIT_SCROLL_BARS
+#ifndef USE_TOOLKIT_SCROLL_BARS
       /* Since non-toolkit scroll bars don't display their contents to
         a dedicated window, no expose event will be generated.
         Redraw the scroll bar manually.  */