projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed97d15
)
* src/xdisp.c (gui_draw_bottom_divider): Fix misleading indentation.
author
Mattias Engdegård
<mattiase@acm.org>
Wed, 16 Jun 2021 09:37:00 +0000
(11:37 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Wed, 16 Jun 2021 09:37:00 +0000
(11:37 +0200)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 6854fa03fe8693c0f035efa52ace8ad19fcac062..c30084cc8b5ce1dc48c67b186edf7cafe79204bf 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-34380,7
+34380,7
@@
gui_draw_bottom_divider (struct window *w)
&& !NILP (XWINDOW (p->parent)->next))))
x1 -= WINDOW_RIGHT_DIVIDER_WIDTH (w);
-
FRAME_RIF (f)->draw_window_divider (w, x0, x1, y0, y1);
+ FRAME_RIF (f)->draw_window_divider (w, x0, x1, y0, y1);
}
}