From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: byte-compiler warnings about undefined functions can now be silenced Date: Mon, 19 Nov 2007 14:02:22 -0500 Message-ID: References: <18240.56136.448503.860758@fencepost.gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1195499040 30286 80.91.229.12 (19 Nov 2007 19:04:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Nov 2007 19:04:00 +0000 (UTC) Cc: dann@ics.uci.edu, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 19 20:04:05 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 1IuBuY-0006RT-Sb for ged-emacs-devel@m.gmane.org; Mon, 19 Nov 2007 20:03:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuBuL-0004cd-Ew for ged-emacs-devel@m.gmane.org; Mon, 19 Nov 2007 14:03:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IuBt4-0003SU-95 for emacs-devel@gnu.org; Mon, 19 Nov 2007 14:02:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IuBt2-0003Qd-9i for emacs-devel@gnu.org; Mon, 19 Nov 2007 14:02:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuBt2-0003QW-5F for emacs-devel@gnu.org; Mon, 19 Nov 2007 14:02:24 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IuBt1-0003bZ-9u for emacs-devel@gnu.org; Mon, 19 Nov 2007 14:02:23 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IuBt0-0005hC-Bi; Mon, 19 Nov 2007 14:02:22 -0500 In-reply-to: <18240.56136.448503.860758@fencepost.gnu.org> (message from Glenn Morris on Sun, 18 Nov 2007 19:39:36 -0500) 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:83673 Archived-At: > Also, IMO it would be good to add declare-function to the 22.2 > branch, (even as an empty stub if it's considered too risky), this > should help with compatibility between the 2 branches. I don't have much of an opinion. It could easily be added as a no-op (it's almost a no-op now...). I think that is the best approach.