]> git.cworth.org Git - notmuch-wiki/blobdiff - emacstips.mdwn
closing parenthesis fix
[notmuch-wiki] / emacstips.mdwn
index f168647c443ad555bedb63a179c135cafa52b707..183fef8d48b27c34ee4514cfb0b53ed67370c1a7 100644 (file)
@@ -194,8 +194,8 @@ And version for notmuch 0.12 (not released yet)
             "toggle deleted tag for message"
             (interactive)
             (notmuch-show-tag-message
-              (if (member "deleted" (notmuch-show-get-tags)
-                   "+deleted" "-deleted")))))
+              (if (member "deleted" (notmuch-show-get-tags))
+                  "+deleted" "-deleted"))))
 
 ## Restore reply-to-all key binding to 'r'