Peter Münster <pmli...@free.fr> wrote:

> On Wed, Nov 23 2011, Carsten Dominik wrote:
> 
> > Fixed, thanks, please verify.
> 
> Verified: ok, thanks.
> 
> Is `(defvar parse-time-weekdays)' still needed then? And if yes, why?
> 

Generally speaking, defvars like this tell the compiler to shut up about
the "free" variable. You can see if it is needed, by commenting out the
defvar and then trying to compile the file.

Nick



Reply via email to