emacs-devel
[Top][All Lists]
Advanced

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

Re: Trying to cope with Calendar's dynamic scoping


From: Glenn Morris
Subject: Re: Trying to cope with Calendar's dynamic scoping
Date: Thu, 05 Sep 2013 21:20:49 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Stefan Monnier wrote:

> But it means we have to keep using dynamic scoping for `date' and
> `entry', for now.

Well, it has to be done at some point, doesn't it?
And can't you have code which works in either version just by using
  (if (boundp 'diary-date) diary-date date)
?



reply via email to

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