From 40ce6b75e6245659a3a14622356e32e7dd1125dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Delafond?= Date: Sun, 13 Jul 2014 13:35:29 +0200 Subject: Imported Upstream version 8.2.1 --- lisp/ob.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/ob.el') diff --git a/lisp/ob.el b/lisp/ob.el index 6cacac7..827dd04 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -22,6 +22,8 @@ ;; along with GNU Emacs. If not, see . ;;; Code: +(require 'org-macs) +(require 'org-compat) (require 'ob-eval) (require 'ob-core) (require 'ob-comint) -- cgit v1.2.3