From: Tomi Ollila Date: Thu, 9 Feb 2012 10:10:25 +0000 (+0200) Subject: closing parenthesis fix X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=dab08fc6c8d7fba39d260dc0685a3c348a7a7d58 closing parenthesis fix --- diff --git a/emacstips.mdwn b/emacstips.mdwn index f168647..183fef8 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -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'