mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2026-02-05 14:32:24 +00:00
Fix scrolling behavior in Emacs 24.
This commit is contained in:
@@ -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)))
|
||||||
|
|||||||
Reference in New Issue
Block a user