branch: elpa/fedi
commit 83ee733cea38f595f41d1dc6f06e6981fba403f0
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>
remove call to undefined fedi-ui-more
---
fedi.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fedi.el b/fedi.el
index 986ae04db89..c685d246fdc 100644
--- a/fedi.el
+++ b/fedi.el
@@ -192,7 +192,7 @@ Optionally start from POS."
(defun fedi-next-item ()
"Move to next item."
(interactive)
- (fedi--goto-pos #'next-single-property-change #'fedi-ui-more))
+ (fedi--goto-pos #'next-single-property-change)) ;#'fedi-ui-more))
(defun fedi-prev-item ()
"Move to prev item."