mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
(scroll-bar-drag): Bind echo-keystrokes to 0.
This commit is contained in:
parent
4766242da2
commit
c782bea550
@ -132,7 +132,8 @@ EVENT should be a scroll bar click or drag event."
|
||||
"Scroll the window by dragging the scroll bar slider.
|
||||
If you click outside the slider, the window scrolls to bring the slider there."
|
||||
(interactive "e")
|
||||
(let* (done)
|
||||
(let* (done
|
||||
(echo-keystrokes 0))
|
||||
(or point-before-scroll
|
||||
(setq point-before-scroll (point)))
|
||||
(scroll-bar-drag-1 event)
|
||||
|
Loading…
Reference in New Issue
Block a user