diff options
| author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2010-05-12 10:39:49 -0400 |
|---|---|---|
| committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2010-05-12 10:39:49 -0400 |
| commit | db37a8336d3335cbbefb3705ff1aebd7ab04bf5e (patch) | |
| tree | 133ddfe84772b97295ebf79c4821fbeb18d07481 /remoteusage.mdwn | |
| parent | 31054bedc3cebcb7b2c44b87ca4b6e98296c6e2f (diff) | |
Fix elisp formatting.
Fix the formatting of the elisp snippets.
Diffstat (limited to 'remoteusage.mdwn')
| -rw-r--r-- | remoteusage.mdwn | 7 |
1 files 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 |
