Преглед на файлове

more robust edebug spec

* lisp/ob-comint.el (org-babel-comint-with-output): More robust edebug
  spec.
Eric Schulte преди 11 години
родител
ревизия
85800d06bb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lisp/ob-comint.el

+ 1 - 1
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.