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
082c7686
Commit
082c7686
authored
Oct 27, 1992
by
Richard M. Stallman
Browse files
(shell-command-on-region):
Use region-beginning and region-end, in interactive spec.
parent
d94307ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/simple.el
lisp/simple.el
+1
-1
No files found.
lisp/simple.el
View file @
082c7686
...
...
@@ -664,7 +664,7 @@ but it is nonetheless available in buffer `*Shell Command Output*'
even though that buffer is not automatically displayed. If there is no output
or output is inserted in the current buffer then `*Shell Command Output*' is
deleted."
(
interactive
(
list
(
min
(
point
)
(
mark
))
(
max
(
po
in
t
)
(
mark
)
)
(
interactive
(
list
(
region-beginn
in
g
)
(
region-end
)
(
read-string
"Shell command on region: "
last-shell-command-on-region
)
current-prefix-arg
...
...
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