aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-26 12:24:14 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-26 12:24:14 +0000
commit16952fa49769398bf47373e7585812ac06392ee8 (patch)
tree28375e03b3daef66c34ec06b78f1b5eee5087607 /sx-question-list.el
parent244aca25de91f6b6e5e9d59775ab05f0669df80c (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-list.el')
-rw-r--r--sx-question-list.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/sx-question-list.el b/sx-question-list.el
index bb49b54..98e7736 100644
--- a/sx-question-list.el
+++ b/sx-question-list.el
@@ -385,7 +385,8 @@ a new list before redisplaying."
(setq tabulated-list-entries
(mapcar sx-question-list--print-function
(cl-remove-if #'sx-question--hidden-p question-list)))
- (when redisplay (tabulated-list-print 'remember))))
+ (when redisplay (tabulated-list-print 'remember))
+ (sx-message "Done.")))
(defcustom sx-question-list-ago-string " ago"
"String appended to descriptions of the time since something happened.