From: Gerd Moellmann Date: Mon, 6 Dec 1999 17:44:17 +0000 (+0000) Subject: (comint-redirect-results-list) X-Git-Tag: emacs-pretest-21.0.90~5860 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f34a40eff746a7e13513fd5f3153fde90c6f35e3;p=emacs.git (comint-redirect-results-list) (comint-redirect-results-list-from-process): Remove interactive spec. --- diff --git a/lisp/comint.el b/lisp/comint.el index 438043c124a..d0b40e90913 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -2688,7 +2688,6 @@ If NO-DISPLAY is non-nil, do not show the output buffer." "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 @@ REGEXP-GROUP is the regular expression group in REGEXP to use." "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