Browse Source

ob-lob: ensure 'cl is loaded during compilation so we can use flet

* lisp/ob-lob.el (require): Ensure 'cl is loaded during compilation so
  we can use flet.
Eric Schulte 14 years ago
parent
commit
85cabe1eab
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lisp/ob-lob.el

+ 2 - 0
lisp/ob-lob.el

@@ -23,6 +23,8 @@
 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Code:
+(eval-when-compile
+  (require 'cl))
 (require 'ob)
 (require 'ob-table)