[notmuch] [PATCH] notmuch.el: Fix nil return from notmuch-show-previous-message-without-marking-read.
David Edmondson
dme at dme.org
Wed Mar 3 00:18:19 PST 2010
---
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
More information about the notmuch
mailing list