From b3e37e4c57e02db9a75b34e46e35a8a84f29c7a5 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Mon, 3 Nov 2014 02:02:28 +0000 Subject: Make stack-question-list-refresh interactive --- stack-question-list.el | 1 + 1 file changed, 1 insertion(+) (limited to 'stack-question-list.el') 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. -- cgit v1.2.3