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-favorites.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sx-favorites.el') diff --git a/sx-favorites.el b/sx-favorites.el index 55ebf49..f254137 100644 --- a/sx-favorites.el +++ b/sx-favorites.el @@ -58,7 +58,7 @@ Added as hook to initialization." (sx-method-call 'me :submethod (format "favorites?site=%s" site) :filter sx-favorite-list-filter - :auth 'warn)) + :auth t)) (defun sx-favorites--update-site-favorites (site) "Update list of starred QUESTION_IDs for SITE. -- cgit v1.2.3