branch: elpa/elfeed
commit 285e3280f43742fea2e448b067173e66f227e880
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Add bookmark-handler-type properties
---
elfeed-search.el | 1 +
elfeed-show.el | 1 +
2 files changed, 2 insertions(+)
diff --git a/elfeed-search.el b/elfeed-search.el
index 2d2cbbee53..970deb6e5a 100644
--- a/elfeed-search.el
+++ b/elfeed-search.el
@@ -1039,6 +1039,7 @@ Sets the :title key of the feed's metadata. See
`elfeed-meta'."
"Jump to an elfeed-search bookmark RECORD."
(elfeed)
(elfeed-search-set-filter (bookmark-prop-get record 'location)))
+(put 'elfeed-search-bookmark-handler 'bookmark-handler-type "Elfeed Search")
(defun elfeed-search-bookmark-make-record ()
"Return a bookmark record for the current elfeed-search buffer."
diff --git a/elfeed-show.el b/elfeed-show.el
index 59f0a5d105..7082dc7913 100644
--- a/elfeed-show.el
+++ b/elfeed-show.el
@@ -525,6 +525,7 @@ Prompts for ENCLOSURE-INDEX when called interactively."
(position (bookmark-get-position record)))
(elfeed-show-entry entry)
(goto-char position)))
+(put 'elfeed-show-bookmark-handler 'bookmark-handler-type "Elfeed Entry")
(defun elfeed-show-bookmark-make-record ()
"Save the current position and the entry into a bookmark."