aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-03 02:02:28 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-03 02:02:28 +0000
commitb3e37e4c57e02db9a75b34e46e35a8a84f29c7a5 (patch)
tree8580ba637bf43a8a1e050ff0fa19f37e39840801
parentedb011ad475553cf85ffe851c56e8dd37f83a843 (diff)
Make stack-question-list-refresh interactive
-rw-r--r--stack-question-list.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/stack-question-list.el b/stack-question-list.el
index 2dc7aa7..58def0b 100644
--- a/stack-question-list.el
+++ b/stack-question-list.el
@@ -68,6 +68,7 @@ Letters do not insert themselves; instead, they are commands.
(defun stack-question-list-refresh (&optional redisplay)
"Update the list of questions.
If REDISPLAY is non-nil, also call `tabulated-list-print'."
+ (interactive '(t))
;; Obviously this needs to be changed.
(let ((question-list (stack-test-sample-data "questions")))
;; Print the result.