From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: [PATCH] Make sure `flet' is fbound when executing `org-write-agenda' Date: Sun, 27 Jun 2010 16:30:48 +0200 Message-ID: <1277649049-14463-1-git-send-email-dmaus@ictsoc.de> References: <87aaqglrr3.wl%dmaus@ictsoc.de> Return-path: Received: from [140.186.70.92] (port=51288 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSssw-0007s2-AW for emacs-orgmode@gnu.org; Sun, 27 Jun 2010 10:31:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OSssv-0006qK-6I for emacs-orgmode@gnu.org; Sun, 27 Jun 2010 10:31:02 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:52351) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OSssu-0006q9-VF for emacs-orgmode@gnu.org; Sun, 27 Jun 2010 10:31:01 -0400 In-Reply-To: <87aaqglrr3.wl%dmaus@ictsoc.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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(+), 0 deletions(-)