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 36BCE429E35 for ; Tue, 17 Jan 2012 05:25:45 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled 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 nMH6sLUjKA5y for ; Tue, 17 Jan 2012 05:25:44 -0800 (PST) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 7FB56429E5F for ; Tue, 17 Jan 2012 05:25:44 -0800 (PST) Received: by mail-bk0-f53.google.com with SMTP id y12so530137bkt.26 for ; Tue, 17 Jan 2012 05:25:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=dmvR+8LIyzTT9Jf1MeWXLdhTObiKGDak7I3Uw53TwDg=; b=Wz+9SIulHpPAuf/RCiW+N6dakSkUsi0w2Hn16rYFejsr7KR7GF8ddhQ2F0Nz+AN2Xv wXHii7WovxSB5jEVj7JtpyMoU+aj/TkVXailBH3I4zxWgvbdNKZ4BpQUsM+hmhGCJZ67 W6bdQ+Uxkju37jkWAAO5Mm+Ty/MnRqBZ746J0= Received: by 10.205.130.5 with SMTP id hk5mr1402031bkc.3.1326806744175; Tue, 17 Jan 2012 05:25:44 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id ga13sm10660200bkc.5.2012.01.17.05.25.43 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 Jan 2012 05:25:43 -0800 (PST) From: Dmitry Kurochkin To: notmuch@notmuchmail.org Subject: [PATCH 2/2] emacs: fix typo in notmuch-hello Date: Tue, 17 Jan 2012 17:24:46 +0400 Message-Id: <1326806686-30642-2-git-send-email-dmitry.kurochkin@gmail.com> X-Mailer: git-send-email 1.7.8.3 In-Reply-To: <1326806686-30642-1-git-send-email-dmitry.kurochkin@gmail.com> References: <1326806686-30642-1-git-send-email-dmitry.kurochkin@gmail.com> 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: Tue, 17 Jan 2012 13:25:45 -0000 --- emacs/notmuch-hello.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index a71f3ce..aed1fb3 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -509,7 +509,7 @@ Complete list of currently available key bindings: :action (lambda (widget &rest ignore) (notmuch-hello-search (widget-value widget)))) ;; add an invisible dot to make `widget-end-of-line' ignore - ;; trailine spaces in the search widget field + ;; trailing spaces in the search widget field (widget-insert ".") (put-text-property (1- (point)) (point) 'invisible t) (widget-insert "\n") -- 1.7.8.3