summaryrefslogtreecommitdiff
path: root/remoteusage.mdwn
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2010-05-12 10:39:49 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2010-05-12 10:39:49 -0400
commitdb37a8336d3335cbbefb3705ff1aebd7ab04bf5e (patch)
tree133ddfe84772b97295ebf79c4821fbeb18d07481 /remoteusage.mdwn
parent31054bedc3cebcb7b2c44b87ca4b6e98296c6e2f (diff)
Fix elisp formatting.
Fix the formatting of the elisp snippets.
Diffstat (limited to 'remoteusage.mdwn')
-rw-r--r--remoteusage.mdwn7
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