branch: elpa/fedi
commit 575f5cbbcbe6a007e43536748c47c0e9462b5faf
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    capf maker: fix category arg
---
 fedi-post.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fedi-post.el b/fedi-post.el
index ab3a959aba9..552022d59e6 100644
--- a/fedi-post.el
+++ b/fedi-post.el
@@ -265,8 +265,8 @@ and a status."
             ;; (funcall affix-fun cands))
             ;; FIXME: we "should" use :affixation-function for this but i
             ;; can't get it to work so use an exit-fun hack:
-            :exit-function
             :category category
+            :exit-function
             (when exit-fun
               (lambda (str status)
                 (funcall exit-fun str status)))

Reply via email to