babel: now explicitly requiring outline.el from ob.el

This commit is contained in:
Eric Schulte 2010-06-27 17:59:29 -07:00
parent 2f0e2f1c5e
commit 2653b62c47
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
;;; Code:
(eval-when-compile (require 'cl))
(require 'outline)
(defvar org-babel-call-process-region-original)
(declare-function show-all "outline" ())