From: Jesse Rosenthal Date: Wed, 12 May 2010 14:39:49 +0000 (-0400) Subject: Fix elisp formatting. X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=db37a8336d3335cbbefb3705ff1aebd7ab04bf5e Fix elisp formatting. Fix the formatting of the elisp snippets. --- 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