From db37a8336d3335cbbefb3705ff1aebd7ab04bf5e Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Wed, 12 May 2010 10:39:49 -0400 Subject: [PATCH] Fix elisp formatting. Fix the formatting of the elisp snippets. --- remoteusage.mdwn | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 337a2fc..15b5118 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -120,10 +120,9 @@ 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)))) + (retvalue (shell-command-to-string (concat notmuch-command + " --get " + orig-filename)))) (replace-regexp-in-string "\n" "" retvalue))) This will will use the "--get" option of the above -- 2.43.0