From d3cd3f6afcd9f4c25a163cf862de0af7891fadbe Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sat, 27 Jun 2009 09:22:00 +0200 Subject: [PATCH] Fix bug. --- lisp/org-exp-blocks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-exp-blocks.el b/lisp/org-exp-blocks.el index 35433b6ed..2b5cd819b 100644 --- a/lisp/org-exp-blocks.el +++ b/lisp/org-exp-blocks.el @@ -73,7 +73,7 @@ ;; `org-export-blocks'. (eval-when-compile - (require 'cl) + (require 'cl)) (require 'org) (defvar comint-last-input-end)