unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Bill Wohler <wohler@newt.com>
Cc: mh-e-devel@lists.sourceforge.net
Subject: Tips to suppress compilation warnings
Date: Wed, 25 May 2005 16:50:34 -0700	[thread overview]
Message-ID: <87psve50hh.fsf__44190.5739870437$1117065382$gmane$org@olgas.newt.com> (raw)

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 <wohler@newt.com>  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.

             reply	other threads:[~2005-05-25 23:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-25 23:50 Bill Wohler [this message]
     [not found] <87psve50hh.fsf@olgas.newt.com>
2005-05-26 14:54 ` Tips to suppress compilation warnings Richard Stallman
2005-05-26 17:08   ` Stefan Monnier
2005-05-27  1:08     ` Bill Wohler
2005-05-27  4:46     ` Jay Belanger
2005-05-27  9:57       ` Juri Linkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='87psve50hh.fsf__44190.5739870437$1117065382$gmane$org@olgas.newt.com' \
    --to=wohler@newt.com \
    --cc=mh-e-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).