From: Po Lu Date: Fri, 10 Dec 2021 06:01:44 +0000 (+0000) Subject: Stop setting `make-cursor-line-fully-visible' in precision scrolling X-Git-Tag: emacs-29.0.90~3606^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=636704fab96bf32809adf392df84d9a80e40de21;p=emacs.git Stop setting `make-cursor-line-fully-visible' in precision scrolling * lisp/pixel-scroll.el (pixel-scroll-precision-mode): Stop setting `make-cursor-line-fully-visible'. --- diff --git a/lisp/pixel-scroll.el b/lisp/pixel-scroll.el index 29d8e7e0255..5425462caf5 100644 --- a/lisp/pixel-scroll.el +++ b/lisp/pixel-scroll.el @@ -714,8 +714,6 @@ precisely, according to the turning of the mouse wheel." :group 'mouse :keymap pixel-scroll-precision-mode-map (setq mwheel-coalesce-scroll-events - (not pixel-scroll-precision-mode) - make-cursor-line-fully-visible (not pixel-scroll-precision-mode))) (provide 'pixel-scroll)