aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
diff options
context:
space:
mode:
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.