Troy Daniels wrote:
> I've added in the declare-functions, so the new warnings should be gone. I'm
> using emacs 22, where declare-function is a no-op, so I still get the
> warnings,
> but the calls are there.
Applied on the trunk, thanks!
Cheers,
Len.
I've added in the declare-functions, so the new warnings should be gone.
I'm using emacs 22, where declare-function is a no-op, so I still get the
warnings, but the calls are there.
Troy
On Thu, Apr 1, 2010 at 2:03 AM, Len Trigg
> wrote:
> You can nicely make the warnings go away by using decla
You can nicely make the warnings go away by using declare-function
(which we have started to do in several places).
http://www.gnu.org/software/emacs/elisp/html_node/Declaring-Functions.html
Cheers,
Len.
On Thu, Apr 1, 2010 at 4:05 PM, Troy Daniels
wrote:
> I'm cleaning up those warnings, but t
On Wed, Mar 17, 2010 at 8:55 PM, Len Trigg
> wrote:
> Troy Daniels wrote:
> > Attached is a patch to the 2.4.0 branch which allows wildcards in
> jde-sourcepath. I've been using it at work for a few days and it works for
> me. Can somebody
> > with commit permissions add it to the repository?
>
Troy Daniels wrote:
> Attached is a patch to the 2.4.0 branch which allows wildcards in
> jde-sourcepath. I've been using it at work for a few days and it works for
> me. Can somebody
> with commit permissions add it to the repository?
I had a very quick look at it and it seems OK - I haven't