emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tips to suppress compilation warnings


From: Bill Wohler
Subject: Tips to suppress compilation warnings
Date: Wed, 25 May 2005 16:50:34 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

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 <address@hidden>  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 via email to

[Prev in Thread] Current Thread [Next in Thread]