From 81e662bb2572c69d0cdd42fddd9d09acf17f9027 Mon Sep 17 00:00:00 2001 From: Jonathan Leech-Pepin Date: Thu, 20 Nov 2014 13:48:00 -0500 Subject: Fix auth settings in calls. Do not use 'warn in non-interactive commands. --- sx-question.el | 1 + 1 file changed, 1 insertion(+) (limited to 'sx-question.el') diff --git a/sx-question.el b/sx-question.el index d040bad..75f786c 100644 --- a/sx-question.el +++ b/sx-question.el @@ -63,6 +63,7 @@ (let ((res (sx-method-call 'questions :id id :site site + :auth t :filter sx-question-browse-filter))) (if (vectorp res) (elt res 0) -- cgit v1.2.3