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:
parent
71059bd334
commit
f34a40eff7
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue