unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] notmuch.el: Fix nil return from notmuch-show-previous-message-without-marking-read.
@ 2010-03-03  8:18 David Edmondson
  0 siblings, 0 replies; only message in thread
From: David Edmondson @ 2010-03-03  8:18 UTC (permalink / raw)
  To: notmuch

---
 notmuch.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/notmuch.el b/notmuch.el
index 3bdd046..2e0186b 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -611,7 +611,7 @@ Returns nil if already on the first message in the buffer."
 	      nil
 	    t))
       (recenter 0)
-      (nil))))
+      nil)))
 
 (defun notmuch-show-previous-message ()
   "Backup to the previous message (whether open or closed)
-- 
1.7.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-03  8:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-03  8:18 [PATCH] notmuch.el: Fix nil return from notmuch-show-previous-message-without-marking-read David Edmondson

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).