Achim Gratz <strom...@nexgo.de> writes: > I don't know if > something would preclude the declaration be changed to e definition with > nil as a value, but I think Bastien would know.
I don't have any steady theory about this, but as a convention I try to (defvar [var] nil) for dynamically bound vars in the current file and to (defvar [var]) for variables declared in other files. I just cleaned-up org-agenda.el a bit wrt this. Thanks for the heads up, -- Bastien