aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2013-07-01 21:05:42 +0100
committerGravatar David Bremner <bremner@debian.org>2013-07-04 00:41:32 -0300
commit4c09e67adfc40d78dfab84c1ea29fd435dcbb689 (patch)
tree0e193d421375dbeefc5c9c985854c8cbb2e0aaf8 /contrib
parenta8ade6b14431167ccc62665ad516419960cdc61b (diff)
pick: contrib: document notmuch-pick-message-window-kill-hook
Diffstat (limited to 'contrib')
-rw-r--r--contrib/notmuch-pick/notmuch-pick.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el
index 50686f05..fd68fc65 100644
--- a/contrib/notmuch-pick/notmuch-pick.el
+++ b/contrib/notmuch-pick/notmuch-pick.el
@@ -384,6 +384,7 @@ Does NOT change the database."
t))
(defun notmuch-pick-message-window-kill-hook ()
+ "Close the message pane when exiting the show buffer."
(let ((buffer (current-buffer)))
(when (and (window-live-p notmuch-pick-message-window)
(eq (window-buffer notmuch-pick-message-window) buffer))