emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [PATCH] Avoid lisp error with (org-deadline nil "+1d")


From: Nick Dokos
Subject: Re: [O] [PATCH] Avoid lisp error with (org-deadline nil "+1d")
Date: Wed, 23 Nov 2011 16:13:51 -0500

Peter Münster <address@hidden> 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

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