mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
more robust edebug spec
* lisp/ob-comint.el (org-babel-comint-with-output): More robust edebug spec.
This commit is contained in:
parent
cdfcc064d2
commit
85800d06bb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user