]> git.eshelyaron.com Git - emacs.git/commitdiff
Stop setting `make-cursor-line-fully-visible' in precision scrolling
authorPo Lu <luangruo@yahoo.com>
Fri, 10 Dec 2021 06:01:44 +0000 (06:01 +0000)
committerPo Lu <luangruo@yahoo.com>
Fri, 10 Dec 2021 06:03:39 +0000 (06:03 +0000)
* lisp/pixel-scroll.el (pixel-scroll-precision-mode): Stop
setting `make-cursor-line-fully-visible'.

lisp/pixel-scroll.el

index 29d8e7e0255cd571a23784d633f0452d980e3020..5425462caf5f9c1393824cf8b790f44d9692493e 100644 (file)
@@ -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)