emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm e6de03a31c 1/2: Fix mu4e bookmark handler new name


From: ELPA Syncer
Subject: [nongnu] elpa/helm e6de03a31c 1/2: Fix mu4e bookmark handler new name
Date: Sun, 26 Jun 2022 02:58:34 -0400 (EDT)

branch: elpa/helm
commit e6de03a31c5d2b22a0b1b7018058bf8248f52f26
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix mu4e bookmark handler new name
---
 helm-bookmark.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-bookmark.el b/helm-bookmark.el
index 1fad3a517d..842cdb9f72 100644
--- a/helm-bookmark.el
+++ b/helm-bookmark.el
@@ -220,7 +220,8 @@ BOOKMARK is a bookmark name or a bookmark record."
 (defun helm-bookmark-mu4e-bookmark-p (bookmark)
   "Return non nil if BOOKMARK is a mu4e bookmark.
 BOOKMARK is a bookmark name or a bookmark record."
-  (eq (bookmark-get-handler bookmark) 'mu4e-bookmark-jump))
+  (memq (bookmark-get-handler bookmark)
+        '(mu4e-bookmark-jump mu4e--jump-to-bookmark)))
 
 (defun helm-bookmark-w3m-bookmark-p (bookmark)
   "Return non-nil if BOOKMARK is a W3m bookmark.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]