summaryrefslogtreecommitdiff
path: root/lisp/ob-comint.el
diff options
context:
space:
mode:
authorSebastien Delafond <seb@debian.org>2013-10-27 17:14:14 +0100
committerSébastien Delafond <sdelafond@gmail.com>2014-07-13 13:35:29 +0200
commitd3ee0b02baea9e4e066ed16145ba076165d8a696 (patch)
treefdb3661e3284a5d42637a562216e29ac4edd40d4 /lisp/ob-comint.el
parent44bbf7eace0d917b5deb7a2ee74ef2927e095b3c (diff)
parent40ce6b75e6245659a3a14622356e32e7dd1125dd (diff)
Imported Debian patch 8.2.1-1
Diffstat (limited to 'lisp/ob-comint.el')
-rw-r--r--lisp/ob-comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-comint.el b/lisp/ob-comint.el
index f156297..8b03e2d 100644
--- a/lisp/ob-comint.el
+++ b/lisp/ob-comint.el
@@ -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.