1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(comint-redirect-results-list)

(comint-redirect-results-list-from-process): Remove interactive
spec.
This commit is contained in:
Gerd Moellmann 1999-12-06 17:44:17 +00:00
parent 71059bd334
commit f34a40eff7

View file

@ -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