From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: suppressing byte-compiler warnings about undefined functions Date: Wed, 14 Nov 2007 00:30:29 -0500 Message-ID: <5sd4ud75sa.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195018246 7388 80.91.229.12 (14 Nov 2007 05:30:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Nov 2007 05:30:46 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 14 06:30:50 2007 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 1IsApt-0001c2-RU for ged-emacs-devel@m.gmane.org; Wed, 14 Nov 2007 06:30:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsAph-0000t2-FH for ged-emacs-devel@m.gmane.org; Wed, 14 Nov 2007 00:30:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IsApd-0000sO-T8 for emacs-devel@gnu.org; Wed, 14 Nov 2007 00:30:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IsApc-0000rX-2v for emacs-devel@gnu.org; Wed, 14 Nov 2007 00:30:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsApb-0000rO-Tb for emacs-devel@gnu.org; Wed, 14 Nov 2007 00:30:31 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IsApb-0000Qv-KE for emacs-devel@gnu.org; Wed, 14 Nov 2007 00:30:31 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IsApZ-0003J9-IA; Wed, 14 Nov 2007 00:30:29 -0500 X-Spook: cybercash Honduras Mantis brigand Kosovo espionage X-Ran: }zXFlAN^;Ei(CR+qDD0miF|A`c32#g|6G>ET=I~SP,%8"5YA%WkY'Dlf1~1=81zq1IU'&b X-Hue: magenta X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Tue, 13 Nov 2007 16:05:18 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:83163 Archived-At: Stefan Monnier wrote: > I agree it should be a macro (with an empty body), but I think that > having the arglist as a single arg is better because it makes it > syntactically idential to the arglist in the function definition. I agree with all that and will make it a macro.