From 85800d06bbd9ada27b6b5a48d4133bb8adba830f Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Thu, 6 Jun 2013 12:29:37 -0600 Subject: [PATCH] more robust edebug spec * lisp/ob-comint.el (org-babel-comint-with-output): More robust edebug spec. --- lisp/ob-comint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-comint.el b/lisp/ob-comint.el index f1562970f..8b03e2dcc 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.