From 59664f4bc93864add8dd67ec5a64bda1cf73372b Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 19 Aug 2021 01:06:19 +0100 Subject: fix: using pushnew correctly --- lib/net/jao-notmuch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net') diff --git a/lib/net/jao-notmuch.el b/lib/net/jao-notmuch.el index e067714..261d8ce 100644 --- a/lib/net/jao-notmuch.el +++ b/lib/net/jao-notmuch.el @@ -154,7 +154,7 @@ (let ((pos (point))) (while (setq pos (next-single-property-change pos 'w3m-href-anchor)) (when-let ((url (get-text-property pos 'w3m-href-anchor))) - (cl-pushnew 'res url))) + (cl-pushnew url res))) res))) (defun jao-notmuch-browse-urls (&optional external) -- cgit v1.2.3