aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-02-25 09:50:26 -0500
committerGravatar David Bremner <bremner@debian.org>2012-02-27 22:36:34 -0400
commitf89f3709d663ee87e0bbcfab5b184519a957d22a (patch)
tree41fc992797c64c5fc014623d648571a4f3fd87a7 /emacs
parent661c35712343408b4c034e13fc6cc8be7d580e21 (diff)
emacs: Fix out of date comment
The behavior of the header line in show-mode changed from showing the subject of the first open message to showing the subject of the first message in 4d77f18b. Update a comment to reflect this.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/notmuch-show.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index dd1fb831..2cca2e21 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -1114,7 +1114,7 @@ function is used."
(run-hooks 'notmuch-show-hook))
- ;; Set the header line to the subject of the first open message.
+ ;; Set the header line to the subject of the first message.
(setq header-line-format (notmuch-show-strip-re (notmuch-show-get-pretty-subject)))))
(defun notmuch-show-capture-state ()