emacs-devel
[Top][All Lists]
Advanced

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

Re: Declaring variables


From: Miles Bader
Subject: Re: Declaring variables
Date: 29 Dec 2001 13:43:55 +0900

address@hidden (Kim F. Storm) writes:
> I'm using the following to avoid warnings for dynamic variables:
> 
>         (eval-when-compile
>           (defvar ...)
>           (defvar ...)
>         )
> 
> I don't know whether etags will ignore things in eval-when-compile,
> but I guess it could do that.

I think it would be much cleaner to fix etags (or whatever is the
problem) than to add hacks like the above to all the files that use a
variable...

-Miles
-- 
Quidquid latine dictum sit, altum viditur.



reply via email to

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