]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-comint.el
Merge Org version 8.2.3a.
[gnu-emacs] / lisp / org / ob-comint.el
index 5ea3be2d5b6daa24c194d41e1edd7f1c8c2ea3c4..8b03e2dcc40017de35cb2a84ea6bf11f68d5e73d 100644 (file)
@@ -30,7 +30,7 @@
 ;; org-babel at large.
 
 ;;; Code:
-(require 'ob)
+(require 'ob-core)
 (require 'org-compat)
 (require 'comint)
 (eval-when-compile (require 'cl))
@@ -117,7 +117,7 @@ or user `keyboard-quit' during execution of body."
                   string-buffer))
             (setq raw (substring string-buffer (match-end 0))))
         (split-string string-buffer comint-prompt-regexp)))))
-(def-edebug-spec org-babel-comint-with-output (form body))
+(def-edebug-spec org-babel-comint-with-output (sexp body))
 
 (defun org-babel-comint-input-command (buffer cmd)
   "Pass CMD to BUFFER.