From: Austin Clements Date: Sat, 25 Feb 2012 14:50:26 +0000 (-0500) Subject: emacs: Fix out of date comment X-Git-Tag: debian/0.12_rc1-1~26 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=f89f3709d663ee87e0bbcfab5b184519a957d22a 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. --- 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 ()