From bd1937c21db3f62c4f04e72a1322fcd711f724a4 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Thu, 6 Nov 2014 08:53:24 +0000 Subject: Switch to live-data in the question list. --- stack-question-list.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stack-question-list.el') diff --git a/stack-question-list.el b/stack-question-list.el index f565490..7053339 100644 --- a/stack-question-list.el +++ b/stack-question-list.el @@ -25,7 +25,6 @@ (require 'stack-question) (require 'tabulated-list) (require 'cl-lib) -(load "test/tests.el") ;;; Customization @@ -144,7 +143,7 @@ Letters do not insert themselves; instead, they are commands. 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" "test"))) + (let ((question-list (stack-core-make-request "questions"))) ;; Print the result. (setq tabulated-list-entries (mapcar #'stack-question-list--print-info question-list))) -- cgit v1.2.3