branch: elpa/fedi
commit 924180a4ef4c15621e3f3fc855cd10de7b615c35
Merge: e66f8bff8a6 8de2f6d6e9e
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Merge branch 'dev'
---
fedi-post.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fedi-post.el b/fedi-post.el
index f7a2b929c53..31bc3a46ee3 100644
--- a/fedi-post.el
+++ b/fedi-post.el
@@ -582,7 +582,7 @@ CAPF-FUNS is a list of functions to enable."
(make-local-variable 'after-change-functions)
;; (cl-pushnew #'fedi-post--save-post-text after-change-functions)
(cl-pushnew #'fedi-post--update-status-fields after-change-functions)
- (setq fedi-status-fields-items fields-alist)
+ (setq fedi-post-status-fields-items fields-alist)
(fedi-post--update-status-fields)
;; disable for markdown-mode:
(unless (eq major 'markdown-mode)