1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

Merge from origin/emacs-28

c086358574 Update to Org 9.5.1-15-gdb4805
fef3e60061 * lisp/emacs-lisp/edebug.el (edebug-eval-defun): Minor doc...
a1e30e4106 ; Fix most remaining AUTHORS warnings
f3e6a432c5 ; * doc/misc/efaq.texi (New in Emacs 28): Add more news.
00236cc802 Fix the enumeration values returned by 'try_scrolling'
This commit is contained in:
Stefan Kangas 2021-12-05 06:30:35 +01:00
commit 520a703fa7
9 changed files with 103 additions and 35 deletions

View file

@ -17706,9 +17706,9 @@ cursor_row_fully_visible_p (struct window *w, bool force_p,
enum
{
SCROLLING_SUCCESS,
SCROLLING_FAILED,
SCROLLING_NEED_LARGER_MATRICES
SCROLLING_SUCCESS = 1,
SCROLLING_FAILED = 0,
SCROLLING_NEED_LARGER_MATRICES = -1
};
/* If scroll-conservatively is more than this, never recenter.