浏览代码

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

Eric Schulte 14 年之前
父节点
当前提交
2653b62c47
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/babel/ob.el

+ 1 - 0
lisp/babel/ob.el

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