]> git.cworth.org Git - notmuch-wiki/commitdiff
Fix elisp formatting.
authorJesse Rosenthal <jrosenthal@jhu.edu>
Wed, 12 May 2010 14:39:49 +0000 (10:39 -0400)
committerJesse Rosenthal <jrosenthal@jhu.edu>
Wed, 12 May 2010 14:39:49 +0000 (10:39 -0400)
Fix the formatting of the elisp snippets.

remoteusage.mdwn

index 337a2fc8f1520fe68b39e74927fcf7aef66e4f12..15b5118b10c6125bb8bed6c5094076909611650a 100644 (file)
@@ -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