From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: gnus -- make-local-hook Date: Mon, 24 Mar 2003 10:41:31 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200303241541.h2OFfVkA011221@rum.cs.yale.edu> References: <3E7DCD86.30807@ig.com.br> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048520578 7626 80.91.224.249 (24 Mar 2003 15:42:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 24 Mar 2003 15:42:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 24 16:42:55 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18xU6A-0001yq-00 for ; Mon, 24 Mar 2003 16:42:55 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18xU6i-0001Pe-00 for ; Mon, 24 Mar 2003 16:43:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18xU5g-0005vQ-01 for emacs-devel@quimby.gnus.org; Mon, 24 Mar 2003 10:42:24 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18xU5L-0005XN-00 for emacs-devel@gnu.org; Mon, 24 Mar 2003 10:42:03 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18xU58-0004sg-00 for emacs-devel@gnu.org; Mon, 24 Mar 2003 10:41:55 -0500 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10.13) id 18xU4q-0004FO-00 for emacs-devel@gnu.org; Mon, 24 Mar 2003 10:41:32 -0500 Original-Received: from rum.cs.yale.edu (localhost [127.0.0.1]) by rum.cs.yale.edu (8.12.8/8.12.8) with ESMTP id h2OFfVPe011223; Mon, 24 Mar 2003 10:41:31 -0500 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.12.8/8.12.8/Submit) id h2OFfVkA011221; Mon, 24 Mar 2003 10:41:31 -0500 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Vinicius Jose Latorre X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12569 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12569 > When I made "make bootstrap", it occurred the following message: > > In gnus-inews-add-send-actions: > gnus-msg.el:280:6:Warning: make-local-hook is an obsolete function since > 21.1; > not necessary any more. > gnus-msg.el:281:70:Warning: make-local-hook is an obsolete function since > 21.1; not necessary any more. > > Maybe the make-local-hook in gnus should be eliminated. It can't be eliminated in the Gnus distribution (because that version is supposed to work under other Emacsen as well), so I think it's better to keep it so the two codes don't diverge even more. Stefan