projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d601fd4
)
Stop setting `make-cursor-line-fully-visible' in precision scrolling
author
Po Lu
<luangruo@yahoo.com>
Fri, 10 Dec 2021 06:01:44 +0000
(06:01 +0000)
committer
Po 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
patch
|
blob
|
history
diff --git
a/lisp/pixel-scroll.el
b/lisp/pixel-scroll.el
index 29d8e7e0255cd571a23784d633f0452d980e3020..5425462caf5f9c1393824cf8b790f44d9692493e 100644
(file)
--- 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)