From fbd67b4b6dc4b3df1ab10421665bc58ad52974a5 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 23 Sep 2015 23:28:26 -0400 Subject: Revert "Remove pointless message format strings" Never mind. I think I used this just in case the string contained '%'. --- lisp/init-mail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/init-mail.el') diff --git a/lisp/init-mail.el b/lisp/init-mail.el index 9c53d1d..0ef158a 100644 --- a/lisp/init-mail.el +++ b/lisp/init-mail.el @@ -214,7 +214,7 @@ to group buffer instead of moving to next group." (defun km/notmuch-show-copy-message-id-as-kill () (interactive) - (kill-new (message (notmuch-show-get-message-id)))) + (kill-new (message "%s" (notmuch-show-get-message-id)))) (define-key notmuch-hello-mode-map "o" 'km/ace-link-widget) -- cgit v1.2.3