branch: elpa/elpher
commit 90296466e482158cfaeae5fbc3e5eae08d4a3bae
Author: plugd <[email protected]>
Commit: plugd <[email protected]>
Indicate to bookmark.el that elpher bookmarks have type "Elpher".
Thanks to John Hamelink for the patch.
---
README | 1 +
elpher.el | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README b/README
index 6be2207c26f..70b741dc20a 100644
--- a/README
+++ b/README
@@ -114,6 +114,7 @@ all generously provided assistance and/or patches over the
years:
* Simon South <[email protected]>
* Daniel Semyonov <[email protected]>
* Bradley Thornton <[email protected]>
+* John Hamelink <[email protected]>
License
-------
diff --git a/elpher.el b/elpher.el
index 6f9a951dabe..798a0783295 100644
--- a/elpher.el
+++ b/elpher.el
@@ -1,6 +1,6 @@
;;; elpher.el --- A friendly gopher and gemini client -*- lexical-binding: t
-*-
-;; Copyright (C) 2019-2025 Elpher contributors (See info manual for full list)
+;; Copyright (C) 2019-2026 Elpher contributors (See info manual for full list)
;; Author: Tim Vaughan <[email protected]>
;; Created: 11 April 2019
@@ -2128,6 +2128,9 @@ to the buffer."
(set-buffer buffer)
nil))
+; Identifies the handler type in the bookmark.el bookmark list:
+(put 'elpher-bookmark-jump 'bookmark-handler-type "Elpher")
+
(defun elpher-bookmark-link ()
"Bookmark the link at point.
To bookmark the current page, use \\[elpher-bookmark-current]."