diff options
author | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-20 13:48:00 -0500 |
---|---|---|
committer | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-20 13:48:00 -0500 |
commit | 81e662bb2572c69d0cdd42fddd9d09acf17f9027 (patch) | |
tree | 7239d301aa8e415b67598aeeed522e7cc2620c64 /sx-favorites.el | |
parent | e63d08fe75cff6e4b713a477408203351cc14e57 (diff) |
Fix auth settings in calls. Do not use 'warn in non-interactive commands.
Diffstat (limited to 'sx-favorites.el')
-rw-r--r-- | sx-favorites.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |