diff options
Diffstat (limited to 'stack-question-list.el')
-rw-r--r-- | stack-question-list.el | 1 |
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. |