Forráskód Böngészése

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

Eric Schulte 14 éve
szülő
commit
2653b62c47
1 módosított fájl, 1 hozzáadás és 0 törlés
  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" ())