[Orgmode] [PATCH] Make sure `flet' is fbound when executing `org-write-agenda'

2010-06-27 Thread David Maus
Well, something I could come up is this: Simply check if flet is fbound in the lisp structure that is evaluated at runtime. If it is not, require 'cl. David Maus (1): Make sure `flet' is fbound when executing `org-write-agenda'. lisp/org-agenda.el |2 ++ 1 files changed, 2 insertions(+),

[Orgmode] [PATCH] Make sure `flet' is fbound when executing `org-write-agenda'.

2010-06-27 Thread David Maus
* org-agenda.el (org-write-agenda): Make sure `flet' is fbound at runtime. --- lisp/org-agenda.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 8035add..957bbf2 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@