aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 7ca3977200a..b2eeb1105b1 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -17706,9 +17706,9 @@ cursor_row_fully_visible_p (struct window *w, bool force_p,
17706 17706
17707enum 17707enum
17708{ 17708{
17709 SCROLLING_SUCCESS, 17709 SCROLLING_SUCCESS = 1,
17710 SCROLLING_FAILED, 17710 SCROLLING_FAILED = 0,
17711 SCROLLING_NEED_LARGER_MATRICES 17711 SCROLLING_NEED_LARGER_MATRICES = -1
17712}; 17712};
17713 17713
17714/* If scroll-conservatively is more than this, never recenter. 17714/* If scroll-conservatively is more than this, never recenter.