branch: elpa/isl
commit 27e038947731461762e00122d865928c36e98f21
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Use the NOFORCE arg of set-window-start
Fix jumping to overlay when lines are narrowed.
---
isl.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/isl.el b/isl.el
index 7fb1c7a1a1b..740d04868ac 100644
--- a/isl.el
+++ b/isl.el
@@ -1083,7 +1083,7 @@ Arguments INITIAL-INPUT and DEFAULT are same as in
`read-from-minibuffer'."
(markdown-show-entry)))
(error nil)))
(when isl--window-start
- (set-window-start (selected-window) isl--window-start)))))
+ (set-window-start (selected-window) isl--window-start t)))))
(defun isl-search-1 (&optional resume input)