summaryrefslogtreecommitdiff
path: root/view-conf.el
diff options
context:
space:
mode:
Diffstat (limited to 'view-conf.el')
-rw-r--r--view-conf.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/view-conf.el b/view-conf.el
index 5c832e4..69f52a5 100644
--- a/view-conf.el
+++ b/view-conf.el
@@ -280,7 +280,8 @@ options to choose from."
(forward-line -1))
(setq arg (1+ arg)))))
(setq pos (point)))
- (set-window-start (selected-window) pos)))
+ (set-window-start (selected-window) pos)
+ (goto-char pos)))
;;;###autoload
(defun durand-scroll-prev-paragraph (&optional arg)