mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Fix scrolling behavior in Emacs 24.
This commit is contained in:
parent
ccb42b5d70
commit
9dac934bce
@ -86,7 +86,7 @@
|
|||||||
(hscroll (window-hscroll)))
|
(hscroll (window-hscroll)))
|
||||||
,@forms
|
,@forms
|
||||||
(goto-char p)
|
(goto-char p)
|
||||||
(set-window-start nil start)
|
(set-window-start nil start t)
|
||||||
(set-window-hscroll nil hscroll)
|
(set-window-hscroll nil hscroll)
|
||||||
(set-marker p nil)
|
(set-marker p nil)
|
||||||
(set-marker start nil)))
|
(set-marker start nil)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user