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: declare-function in files from Gnus (hashcash.el, imap.el) Date: Sun, 02 Dec 2007 16:26:28 -0500 Message-ID: References: <200712011634.lB1GYCkr018222@oogie-boogie.ics.uci.edu> <87mysuwdcx.fsf@neutrino.caeruleus.net> <87ac27w4lz.fsf@neutrino.caeruleus.net> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1196630874 14610 80.91.229.12 (2 Dec 2007 21:27:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Dec 2007 21:27:54 +0000 (UTC) Cc: dann@ics.uci.edu, emacs-devel@gnu.org To: Ralf Angeli Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 02 22:27:54 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 1IywLu-0001aL-Bx for ged-emacs-devel@m.gmane.org; Sun, 02 Dec 2007 22:27:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IywLe-0007Ml-72 for ged-emacs-devel@m.gmane.org; Sun, 02 Dec 2007 16:27:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IywKf-0006uC-MA for emacs-devel@gnu.org; Sun, 02 Dec 2007 16:26:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IywKd-0006sc-86 for emacs-devel@gnu.org; Sun, 02 Dec 2007 16:26:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IywKc-0006sS-VV for emacs-devel@gnu.org; Sun, 02 Dec 2007 16:26:30 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IywKa-0002X8-Vo for emacs-devel@gnu.org; Sun, 02 Dec 2007 16:26:29 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IywKa-0006WN-2v; Sun, 02 Dec 2007 16:26:28 -0500 In-reply-to: <87ac27w4lz.fsf@neutrino.caeruleus.net> (message from Ralf Angeli on Sat, 02 Dec 2006 00:58:32 +0100) 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:84503 Archived-At: But the point here is that people should take care when changing code of packages which are supposed to work with other Emacs versions than the one they are integrated in. It isn't crucial for the files in the Emacs repository to work with old Emacs versions. They just have to work in the next release.