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-question.el | |
parent | e63d08fe75cff6e4b713a477408203351cc14e57 (diff) |
Fix auth settings in calls. Do not use 'warn in non-interactive commands.
Diffstat (limited to 'sx-question.el')
-rw-r--r-- | sx-question.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |