diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-26 12:24:14 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-26 12:24:14 +0000 |
commit | 16952fa49769398bf47373e7585812ac06392ee8 (patch) | |
tree | 28375e03b3daef66c34ec06b78f1b5eee5087607 /sx-question-mode.el | |
parent | 244aca25de91f6b6e5e9d59775ab05f0669df80c (diff) |
Give feedback on finished refresh.
Now that position is preserved, refreshing is so discreet that we need
some feedback. :)
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 3 |
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." |