projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12a3137
)
; * src/xdisp.c (set_vertical_scroll_bar): Fix typo
author
Robert Pluim
<rpluim@gmail.com>
Fri, 22 Jul 2022 14:20:36 +0000
(16:20 +0200)
committer
Robert Pluim
<rpluim@gmail.com>
Fri, 22 Jul 2022 14:20:36 +0000
(16:20 +0200)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 629524eee4a69c6fe8d851f322593c7854f7acee..e998df32a6a52e27b28c717e3aacea43bc289d87 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-18943,7
+18943,7
@@
set_vertical_scroll_bar (struct window *w)
struct text_pos start_pos;
struct buffer *obuf = current_buffer;
/* When we display the scroll bar of a mini-window,
- current_buffer is not g
au
ranteed to be the mini-window's
+ current_buffer is not g
ua
ranteed to be the mini-window's
buffer, see the beginning of redisplay_window. */
set_buffer_internal_1 (XBUFFER (w->contents));
SET_TEXT_POS_FROM_MARKER (start_pos, w->start);