branch: elpa/fedi
commit 44822f6c5ffe6f5bfabd9dfe1a007a0290f580c3
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
propertize-items: remove unused json arg
---
fedi.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fedi.el b/fedi.el
index 2e351d2a18f..37b5ebdc66b 100644
--- a/fedi.el
+++ b/fedi.el
@@ -746,7 +746,7 @@ the whole likes count in order to propertize it fully."
;;; PROPERTIZING SPECIAL ITEMS
-(defun fedi-propertize-items (regex type json keymap subexp
+(defun fedi-propertize-items (regex type keymap subexp
&optional item-subexp domain-subexp link
extra-props face)
"Propertize items of TYPE matching REGEX in STR as links using JSON.