all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Tips to suppress compilation warnings
@ 2005-05-25 23:50 Bill Wohler
  0 siblings, 0 replies; 6+ messages in thread
From: Bill Wohler @ 2005-05-25 23:50 UTC (permalink / raw)
  Cc: mh-e-devel

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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-05-27  9:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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
2005-05-25 23:50 Bill Wohler

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.