X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=30b3a5e0ffdf50f5baeceba7f43d3645b945634b;hb=a9bf967e71cca6eb220063ee50b94a7601bc2b96;hp=52f162a4fcb3c4dcca277d941fabcad9c9f9eca1;hpb=d6dea895884cdcb356f774197cdb9f7f8e2b5188;p=obsolete%2Fnotmuch-old diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 52f162a4..30b3a5e0 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -77,7 +77,7 @@ field." (defvar notmuch-hello-recent-searches nil) (defun notmuch-hello-remember-search (search) - (if (not (memq search notmuch-hello-recent-searches)) + (if (not (member search notmuch-hello-recent-searches)) (push search notmuch-hello-recent-searches)) (if (> (length notmuch-hello-recent-searches) notmuch-hello-recent-searches-max)