X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=31f9cfb0ed613a45cfb8fd94aeb3e4f216c1eb44;hp=81276d90f32eb2104939afd73c8f6bd5b1ed991c;hb=f920ff59b91b17959c90e3969ef20e29a94b51a0;hpb=f7c957f4deb4c49bbff6e0a83a59fb7631714939;ds=sidebyside diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 81276d90..31f9cfb0 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -917,8 +917,8 @@ All currently available key bindings: :group 'notmuch) (defun notmuch-show-do-stash (text) - (kill-new text) - (message (concat "Saved: " text))) + (kill-new text) + (message "Saved: %s" text)) (defun notmuch-show-stash-cc () "Copy CC field of current message to kill-ring."