diff options
Diffstat (limited to 'lisp/pixel-scroll.el')
-rw-r--r-- | lisp/pixel-scroll.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/pixel-scroll.el b/lisp/pixel-scroll.el index 487144144f5..d3287d936bb 100644 --- a/lisp/pixel-scroll.el +++ b/lisp/pixel-scroll.el @@ -500,6 +500,7 @@ Otherwise, redisplay will reset the window's vscroll." (set-window-start nil (pixel-point-at-unseen-line) t) (set-window-vscroll nil vscroll t)) +;;;###autoload (defun pixel-scroll-precision-scroll-down-page (delta) "Scroll the current window down by DELTA pixels. Note that this function doesn't work if DELTA is larger than @@ -556,6 +557,7 @@ the height of the current window." (setq delta (- delta max-height))) (pixel-scroll-precision-scroll-down-page delta))) +;;;###autoload (defun pixel-scroll-precision-scroll-up-page (delta) "Scroll the current window up by DELTA pixels. Note that this function doesn't work if DELTA is larger than |