branch: elpa/fedi
commit e9f449179a932bc407b550edc03698d277179338
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>

    add quote to man-params in append
---
 fedi.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fedi.el b/fedi.el
index dc58769df7a..3c556a09635 100644
--- a/fedi.el
+++ b/fedi.el
@@ -96,7 +96,7 @@ that handles auth by providing info using HEADERS or 
AUTH-PARAM."
               (params-alist (remove nil
                                     (list ,@(fedi-make-params-alist params))))
               (params (if ',man-params
-                          (append ,man-params params-alist)
+                          (append ',man-params params-alist)
                         params-alist))
               (response
                (cond ((or (equal ,method "post")

Reply via email to