Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id D904E431FBD for ; Wed, 3 Mar 2010 00:18:47 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.556 X-Spam-Level: X-Spam-Status: No, score=-1.556 tagged_above=-999 required=5 tests=[AWL=-0.446, BAYES_05=-1.11] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EHYFVNBfV+yQ for ; Wed, 3 Mar 2010 00:18:47 -0800 (PST) Received: from mail-bw0-f218.google.com (mail-bw0-f218.google.com [209.85.218.218]) by olra.theworths.org (Postfix) with ESMTP id DB2D3431FBC for ; Wed, 3 Mar 2010 00:18:46 -0800 (PST) Received: by bwz10 with SMTP id 10so968664bwz.2 for ; Wed, 03 Mar 2010 00:18:36 -0800 (PST) Received: by 10.204.34.76 with SMTP id k12mr700360bkd.61.1267604316468; Wed, 03 Mar 2010 00:18:36 -0800 (PST) Received: from aw.hh.sledj.net (gmp-ea-fw-1.sun.com [192.18.1.36]) by mx.google.com with ESMTPS id a11sm324672bkc.15.2010.03.03.00.18.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 03 Mar 2010 00:18:35 -0800 (PST) Received: by aw.hh.sledj.net (Postfix, from userid 1000) id C349F3A0A1; Wed, 3 Mar 2010 08:18:21 +0000 (GMT) From: David Edmondson To: notmuch@notmuchmail.org Date: Wed, 3 Mar 2010 08:18:19 +0000 Message-Id: <1267604299-12777-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 1.7.0 Subject: [notmuch] [PATCH] notmuch.el: Fix nil return from notmuch-show-previous-message-without-marking-read. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2010 08:18:48 -0000 --- 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