From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: master aea9365 3/3: * lisp/gnus/gnus-search.el (gnus-search-contact-tables): Fix type. Date: Fri, 06 Nov 2020 09:17:02 -0800 Message-ID: <871rh676cx.fsf@ericabrahamsen.net> References: <20201106130101.11980.32709@vcs0.savannah.gnu.org> <20201106130103.DF32C20CAE@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23223"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Mattias =?utf-8?Q?Engdeg=C3=A5rd?= To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 06 18:17:45 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kb5Mt-0005tH-At for ged-emacs-devel@m.gmane-mx.org; Fri, 06 Nov 2020 18:17:43 +0100 Original-Received: from localhost ([::1]:55176 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kb5Ms-0000qZ-EF for ged-emacs-devel@m.gmane-mx.org; Fri, 06 Nov 2020 12:17:42 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36042) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kb5MI-00007P-KM for emacs-devel@gnu.org; Fri, 06 Nov 2020 12:17:06 -0500 Original-Received: from ericabrahamsen.net ([52.70.2.18]:57088 helo=mail.ericabrahamsen.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kb5MG-0003wV-Vn for emacs-devel@gnu.org; Fri, 06 Nov 2020 12:17:06 -0500 Original-Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id A7D80FA086; Fri, 6 Nov 2020 17:17:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1604683023; bh=ShzuOL43b48fzd0OMZkQ0qlOLjFSoaCc2HY1SJVgw30=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=xHFMQ1l1eQxmxPNCWwFuENZS5ACqacFVE4FUvS1U7SQ0lWENqxVNgm2KBEWf/xY39 AJRm7AdhNZS81G3hiS5e1GQjZh7NLNd3QMYKhtWRO7k3sQ+xoftr/PFtBXmdq0+kBC egopGZro7gW8It8dmS7o/rApZphaKgMVNAm5arww= In-Reply-To: <20201106130103.DF32C20CAE@vcs0.savannah.gnu.org> ("Mattias =?utf-8?Q?Engdeg=C3=A5rd=22's?= message of "Fri, 6 Nov 2020 08:01:03 -0500 (EST)") Received-SPF: pass client-ip=52.70.2.18; envelope-from=eric@ericabrahamsen.net; helo=mail.ericabrahamsen.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/06 11:01:54 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:258834 Archived-At: Mattias Engdeg=C3=A5rd writes: > branch: master > commit aea936562b033899f0b7160cc492bbea1006863b > Author: Mattias Engdeg=C3=A5rd > Commit: Mattias Engdeg=C3=A5rd > > * lisp/gnus/gnus-search.el (gnus-search-contact-tables): Fix type. >=20=20=20=20=20 > A more precise type is desirable but at it is now correct ('list' is = not). > --- > lisp/gnus/gnus-search.el | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lisp/gnus/gnus-search.el b/lisp/gnus/gnus-search.el > index 15d96e3..7ee7c53 100644 > --- a/lisp/gnus/gnus-search.el > +++ b/lisp/gnus/gnus-search.el > @@ -410,7 +410,7 @@ returned by `completion-at-point-functions'. That us= ually means > a list of strings, a hash table, or an alist." > :group 'gnus-search > :version "28.1" > - :type 'list) > + :type '(repeat sexp)) Doesn't this type demand a list of lists? It could also be a list of hashtables, or functions, or a mix of alist/list/function/hashtable...