summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2012-02-26 10:00:52 -0400
committerDavid Bremner <bremner@debian.org>2012-02-26 10:00:52 -0400
commita0082ab909e7fe706384842859169153e8fa12da (patch)
tree1adefc2d1fac1f670444826d38a4446c05a906bd
parentb1c61b1e31075fac94dbf6b6ce4ec01737ef8bc9 (diff)
note API change for tag macro hint.
-rw-r--r--emacstips.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn
index 5a71aef..e73c1f5 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -200,7 +200,8 @@ And version for notmuch 0.12 (not released yet)
## Adding many tagging keybindings
If you want to have have many tagging keybindings, you can save the typing
-the few lines of boilerplate for every binding.
+the few lines of boilerplate for every binding (for versions before 0.12,
+you will need to change notmuch-show-apply-tag-macro).
(eval-after-load 'notmuch-show
'(define-key notmuch-show-mode-map "`" 'notmuch-show-apply-tag-macro))