# HG changeset patch # User Gerd Moellmann # Date 944502257 0 # Node ID 47e94e83148f9db99554155aa130a55c85f14a80 # Parent ec6291e5f3faa7ff71b5195bb3432bdab297468e (comint-redirect-results-list) (comint-redirect-results-list-from-process): Remove interactive spec. diff -r ec6291e5f3fa -r 47e94e83148f lisp/comint.el --- 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