From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.devel Subject: Re: gnus -- make-local-hook Date: Mon, 24 Mar 2003 18:35:42 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <2nn0jkibht.fsf@zsh.cs.rochester.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048549430 28825 80.91.224.249 (24 Mar 2003 23:43:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 24 Mar 2003 23:43:50 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Mar 25 00:43:49 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 18xbbZ-0007Ul-00 for ; Tue, 25 Mar 2003 00:43:49 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18xbcG-00066E-00 for ; Tue, 25 Mar 2003 00:44:33 +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 18xbam-0004RK-00 for emacs-devel@quimby.gnus.org; Mon, 24 Mar 2003 18:43:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18xbZv-0004Ad-00 for emacs-devel@gnu.org; Mon, 24 Mar 2003 18:42:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18xbZ0-0003OT-00 for emacs-devel@gnu.org; Mon, 24 Mar 2003 18:41:13 -0500 Original-Received: from roc-66-67-215-117.rochester.rr.com ([66.67.215.117] helo=piglet.jia.vnet) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10.13) id 18xbU3-00019D-00 for emacs-devel@gnu.org; Mon, 24 Mar 2003 18:36:03 -0500 Original-Received: from piglet.jia.vnet (localhost [127.0.0.1]) by piglet.jia.vnet (8.12.8/8.12.5) with ESMTP id h2ONZhjb031257 for ; Mon, 24 Mar 2003 18:35:43 -0500 Original-Received: (from zsh@localhost) by piglet.jia.vnet (8.12.8/8.12.6/Submit) id h2ONZgpw031255; Mon, 24 Mar 2003 18:35:42 -0500 Original-To: emacs-devel@gnu.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C 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:12582 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12582 Vinicius Jose Latorre writes: > 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. As discussed before, using make-local-hook is for compatibility reason and it doesn't hurt Emacs 21.3. I don't think it is wise to eliminate it when it is still necessary for XEmacs. ShengHuo