mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
Merge from origin/emacs-28
c086358574Update to Org 9.5.1-15-gdb4805fef3e60061* lisp/emacs-lisp/edebug.el (edebug-eval-defun): Minor doc...a1e30e4106; Fix most remaining AUTHORS warningsf3e6a432c5; * doc/misc/efaq.texi (New in Emacs 28): Add more news.00236cc802Fix the enumeration values returned by 'try_scrolling'
This commit is contained in:
commit
520a703fa7
9 changed files with 103 additions and 35 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue