From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Vinicius Jose Latorre Newsgroups: gmane.emacs.devel Subject: gnus -- make-local-hook Date: Sun, 23 Mar 2003 12:06:46 -0300 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3E7DCD86.30807@ig.com.br> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1048432022 4036 80.91.224.249 (23 Mar 2003 15:07:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 23 Mar 2003 15:07:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Mar 23 16:07:01 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 18x73t-00012w-00 for ; Sun, 23 Mar 2003 16:07:01 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18x73v-0004Ov-00 for ; Sun, 23 Mar 2003 16:07:03 +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 18x72r-0000yg-03 for emacs-devel@quimby.gnus.org; Sun, 23 Mar 2003 10:05:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18x72J-0000NO-00 for emacs-devel@gnu.org; Sun, 23 Mar 2003 10:05:23 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18x72F-0000DO-00 for emacs-devel@gnu.org; Sun, 23 Mar 2003 10:05:20 -0500 Original-Received: from silva5.uol.com.br ([200.221.29.52]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18x71w-0007i8-00 for emacs-devel@gnu.org; Sun, 23 Mar 2003 10:05:00 -0500 Original-Received: from ig.com.br ([200.227.250.210]) by silva5.uol.com.br (8.9.1/8.9.1) with ESMTP id MAA10438 for ; Sun, 23 Mar 2003 12:04:56 -0300 (BRT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org 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:12552 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12552 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. Vinicius