cleaned up org-babel-comint and removed helper functions

This commit is contained in:
Eric Schulte 2009-06-03 20:52:01 -07:00
parent fe75562a64
commit b533d9d446
1 changed files with 1 additions and 9 deletions

View File

@ -82,13 +82,5 @@ then return the result as a string using
comint-last-input-start)) comint-last-input-start))
(- (point) 1))))) (- (point) 1)))))
;;; misc debugging helper functions (provide 'org-babel-comint)
(defun org-babel-comint-pmark (buffer)
(org-babel-comint-in-buffer buffer (comint-goto-process-mark) (point)))
(defun org-babel-comint-send-invisible (buffer cmd)
"send CMD to the process in BUFFER without an echo"
(org-babel-comint-in-buffer buffer
(funcall comint-input-sender (get-buffer-process (current-buffer)) cmd)))
;;; org-babel-comint.el ends here ;;; org-babel-comint.el ends here