From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Warning when byte-compiling simple.el Date: Fri, 13 Nov 2009 12:25:27 +0200 Message-ID: <83fx8ioh60.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1258108188 21888 80.91.229.12 (13 Nov 2009 10:29:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Nov 2009 10:29:48 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 13 11:29:42 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N8tNW-00014V-Ri for ged-emacs-devel@m.gmane.org; Fri, 13 Nov 2009 11:27:43 +0100 Original-Received: from localhost ([127.0.0.1]:53192 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8tNS-0000lS-4Q for ged-emacs-devel@m.gmane.org; Fri, 13 Nov 2009 05:27:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8tNK-0000kq-EJ for emacs-devel@gnu.org; Fri, 13 Nov 2009 05:27:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8tNE-0000gj-R0 for emacs-devel@gnu.org; Fri, 13 Nov 2009 05:27:28 -0500 Original-Received: from [199.232.76.173] (port=38395 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8tNE-0000gW-J8 for emacs-devel@gnu.org; Fri, 13 Nov 2009 05:27:24 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:49334) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8tNE-0004Fc-7F for emacs-devel@gnu.org; Fri, 13 Nov 2009 05:27:24 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KT100000LUWI500@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Fri, 13 Nov 2009 12:27:22 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.37.193]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KT100HFKMDL4PF0@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Fri, 13 Nov 2009 12:27:22 +0200 (IST) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116935 Archived-At: In minibuffer-default-add-completions: simple.el:1375:15:Warning: all-completions called with 4 arguments, but accepts only 2-3 This warning is a lie: all-completions accepts 2 to 4 arguments. I don't think we should lie about that; if we want to deprecate the 4th argument, we should find a better way of conveying this to its users. In any case, we shouldn't call it with 4 arguments ourselves, certainly not in such a core file as simple.el.