Browse Source

now requiring cl

Eric Schulte 16 years ago
parent
commit
e05ddae2f7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org-babel-init.el

+ 1 - 0
lisp/org-babel-init.el

@@ -29,6 +29,7 @@
 ;; for more information see the comments in org-babel.el
 
 ;;; Code:
+(require 'cl)
 (require 'org)
 (require 'org-exp-blocks)
 (require 'org-babel)