From: Jesse Rosenthal Date: Wed, 12 May 2010 14:41:06 +0000 (-0400) Subject: Fix elisp snippets again. X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=12695fff2e57f11d207d398f0f1100c2ca9f902b Fix elisp snippets again. I need to get a better markdown previewer on my local machine. --- 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