Mercurial > emacs
changeset 26734:47e94e83148f
(comint-redirect-results-list)
(comint-redirect-results-list-from-process): Remove interactive
spec.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 06 Dec 1999 17:44:17 +0000 |
parents | ec6291e5f3fa |
children | c13ab7bc6fdc |
files | lisp/comint.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Mon Dec 06 17:16:30 1999 +0000 +++ b/lisp/comint.el Mon Dec 06 17:44:17 1999 +0000 @@ -2688,7 +2688,6 @@ "Send COMMAND to current process. Return a list of expressions in the output which match REGEXP. REGEXP-GROUP is the regular expression group in REGEXP to use." - (interactive) (comint-redirect-results-list-from-process (get-buffer-process (current-buffer)) command regexp regexp-group)) @@ -2698,7 +2697,6 @@ "Send COMMAND to PROCESS. Return a list of expressions in the output which match REGEXP. REGEXP-GROUP is the regular expression group in REGEXP to use." - (interactive) (let ((output-buffer " *Comint Redirect Work Buffer*") results) (save-excursion