X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch.el;fp=emacs%2Fnotmuch.el;h=481a0e0a55ca6532a7965aed0b501bba9ec68a6e;hp=027c5cfad7c404fe1a5ef783fd224ff5c338f561;hb=c6ac1121d4af9ff1187ae2f5a361fb74ef9c281b;hpb=42d32713be9a23346de09b84983e1dd3b44b3400 diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 027c5cfa..481a0e0a 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -230,7 +230,7 @@ there will be called at other points of notmuch execution." (defun notmuch-stash-query () "Copy current query to kill-ring." (interactive) - (notmuch-common-do-stash (notmuch-search-get-query))) + (notmuch-common-do-stash notmuch-search-query-string)) ;;; Movement