babel: now explicitly requiring outline.el from ob.el
This commit is contained in:
parent
2f0e2f1c5e
commit
2653b62c47
|
@ -30,6 +30,7 @@
|
|||
|
||||
;;; Code:
|
||||
(eval-when-compile (require 'cl))
|
||||
(require 'outline)
|
||||
|
||||
(defvar org-babel-call-process-region-original)
|
||||
(declare-function show-all "outline" ())
|
||||
|
|
Loading…
Reference in New Issue