Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f34a40ef
Commit
f34a40ef
authored
Dec 06, 1999
by
Gerd Moellmann
Browse files
(comint-redirect-results-list)
(comint-redirect-results-list-from-process): Remove interactive spec.
parent
71059bd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
lisp/comint.el
lisp/comint.el
+0
-2
No files found.
lisp/comint.el
View file @
f34a40ef
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment