From 4997ec95719a50a1882ec9b84dcb31e7984a3565 Mon Sep 17 00:00:00 2001 From: Dmitry Kurochkin Date: Sat, 5 May 2012 18:39:47 +0400 Subject: emacs: fix custom queries section customization widget in notmuch-hello The customization widget referred to a non-existing function `notmuch-hello-insert-query-list'. The patch changes it to the correct one - `notmuch-hello-insert-searches'. The relevant test is fixed now. --- emacs/notmuch-hello.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index f10d98d2..684bedcb 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -187,7 +187,7 @@ This should only be set by `notmuch-hello-insert-search'.") :tag "Customized queries section (see docstring for details)" :type `(list :tag "" - (const :tag "" notmuch-hello-insert-query-list) + (const :tag "" notmuch-hello-insert-searches) (string :tag "Title for this section") (repeat :tag "Queries" (cons (string :tag "Name") (string :tag "Query"))) -- cgit v1.2.3