aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r--sx-question-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el
index c90e3e1..b2f4604 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -606,7 +606,8 @@ query the api."
(goto-char point)
(when (equal (selected-window)
(get-buffer-window (current-buffer)))
- (recenter line))))
+ (recenter line)))
+ (sx-message "Done."))
(defun sx-question-mode--ensure-mode ()
"Ensures we are in question mode, erroring otherwise."