branch: elpa/elfeed
commit aa9ac987de5b843acde20e17e9be859975508359
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    elfeed-with-position: Link to Emacs bug#81153 (markers-in)
---
 elfeed-lib.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/elfeed-lib.el b/elfeed-lib.el
index 8a1df70062..14a20c84a3 100644
--- a/elfeed-lib.el
+++ b/elfeed-lib.el
@@ -494,6 +494,8 @@ Optionally TRUNCATE content if too wide."
 
 (defun elfeed--with-position-f (prop fun)
   "See `elfeed-with-position' for PROP and FUN."
+  ;; TODO: When we get the new function `markers-in' in Emacs 32 we should take
+  ;; advantage of it to restore all markers. See Emacs bug#81153.
   (let* ((point-pos (elfeed--position-save prop))
          (mark-pos (cons (when-let* ((m (marker-position (mark-marker))))
                             (save-excursion

Reply via email to