From 12695fff2e57f11d207d398f0f1100c2ca9f902b Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Wed, 12 May 2010 10:41:06 -0400 Subject: [PATCH] Fix elisp snippets again. I need to get a better markdown previewer on my local machine. --- remoteusage.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 15b5118..09447a1 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -121,8 +121,8 @@ message text. (defun notmuch-show-get-filename () (let* ((orig-filename (notmuch-show-get-prop :filename)) (retvalue (shell-command-to-string (concat notmuch-command - " --get " - orig-filename)))) + " --get " + orig-filename)))) (replace-regexp-in-string "\n" "" retvalue))) This will will use the "--get" option of the above -- 2.43.0