فهرست منبع

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" ())