summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2013-06-06 12:29:37 -0600
committerEric Schulte <schulte.eric@gmail.com>2013-06-06 12:29:37 -0600
commit85800d06bbd9ada27b6b5a48d4133bb8adba830f (patch)
treecc68868c6085bcb48261509728801f84d7c17a4e
parentcdfcc064d267b795287bc1bff8796e65450dece6 (diff)
downloadorg-mode-85800d06bbd9ada27b6b5a48d4133bb8adba830f.tar.gz
more robust edebug spec
* lisp/ob-comint.el (org-babel-comint-with-output): More robust edebug spec.
-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.