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

    comment prev/next item
---
 fedi.el | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/fedi.el b/fedi.el
index 8f0a3ee01c2..16fd37ee891 100644
--- a/fedi.el
+++ b/fedi.el
@@ -200,15 +200,15 @@ Optionally start from POS."
           (funcall refresh)
         (message "Nothing further")))))
 
-(defun fedi-next-item ()
-  "Move to next item."
-  (interactive)
-  (fedi--goto-pos #'next-single-property-change)) ;#'fedi-ui-more))
-
-(defun fedi-prev-item ()
-  "Move to prev item."
-  (interactive)
-  (fedi--goto-pos #'previous-single-property-change))
+;; (defun fedi-next-item ()
+;;   "Move to next item."
+;;   (interactive)
+;;   (fedi--goto-pos #'next-single-property-change)) ;#'fedi-ui-more))
+
+;; (defun fedi-prev-item ()
+;;   "Move to prev item."
+;;   (interactive)
+;;   (fedi--goto-pos #'previous-single-property-change))
 
 (defun fedi-next-tab-item (&optional previous prop)
   "Move to the next interesting item.

Reply via email to