diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el index 5cb4bc4..dc27687 100644 --- a/multiple-cursors-core.el +++ b/multiple-cursors-core.el @@ -86,7 +86,7 @@ (hscroll (window-hscroll))) ,@forms (goto-char p) - (set-window-start nil start) + (set-window-start nil start t) (set-window-hscroll nil hscroll) (set-marker p nil) (set-marker start nil)))