From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bill Wohler Newsgroups: gmane.emacs.devel Subject: Tips to suppress compilation warnings Date: Wed, 25 May 2005 16:50:34 -0700 Organization: Newt Software Message-ID: <87psve50hh.fsf__44190.5739870437$1117065382$gmane$org@olgas.newt.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1117065382 16028 80.91.229.2 (25 May 2005 23:56:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 May 2005 23:56:22 +0000 (UTC) Cc: mh-e-devel@lists.sourceforge.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 26 01:56:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Db5in-0000f8-8J for ged-emacs-devel@m.gmane.org; Thu, 26 May 2005 01:55:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Db5mk-0000Th-J5 for ged-emacs-devel@m.gmane.org; Wed, 25 May 2005 19:59:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Db5mQ-0000OY-NP for emacs-devel@gnu.org; Wed, 25 May 2005 19:59:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Db5mN-0000KJ-HP for emacs-devel@gnu.org; Wed, 25 May 2005 19:59:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Db5mN-0000KE-5k for emacs-devel@gnu.org; Wed, 25 May 2005 19:59:15 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Db5fK-0000Tg-7n for emacs-devel@gnu.org; Wed, 25 May 2005 19:51:58 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Db5cm-0008Kx-NS for emacs-devel@gnu.org; Thu, 26 May 2005 01:49:20 +0200 Original-Received: from h-68-166-188-180.snvacaid.dynamic.covad.net ([68.166.188.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 May 2005 01:49:20 +0200 Original-Received: from wohler by h-68-166-188-180.snvacaid.dynamic.covad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 May 2005 01:49:20 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 28 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: h-68-166-188-180.snvacaid.dynamic.covad.net User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:iM8WnH7z6iZI+qHgwIYX8jGlQWE= 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:37654 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37654 I'm seeing the following compiler warning: mh-customize.el:2462:1:Warning: the function `Info-goto-node' might not be defined at runtime. Line 2462 is the last line. Here is the function that yields the warning: (defun mh-tool-bar-letter-help () "Visit \"(mh-e)Draft Editing\"." (interactive) (Info-goto-node "(mh-e)Draft Editing") (delete-other-windows)) However, I have this near the top of the file: (autoload 'Info-goto-node "info") I don't see this warning under Emacs 21.4. What is needed under CVS Emacs to fix this warning? (Besides (require 'info) which seems like an awfully big stick.) -- Bill Wohler http://www.newt.com/wohler/ GnuPG ID:610BD9AD Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian! If you're passed on the right, you're in the wrong lane.