emacs-devel
[Top][All Lists]
Advanced

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

Re: strange warning


From: Glenn Morris
Subject: Re: strange warning
Date: Tue, 30 Oct 2007 17:28:33 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Dan Nicolaescu wrote:

> cvs-status.el:544:1:Warning: the function `cvs-status-get-tags' might
> not be defined at runtime.
>
> But the file contains this: 
> (defun cvs-status-get-tags ()

Because cvs-status requires pcvs at compile time, which in turn does
(autoload 'cvs-status-get-tags "cvs-status")?

Anyway, the (eval-when-compile (require 'pcvs)) can be deleted, and
doing so removes this warning.




reply via email to

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