mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
(shell-command-on-region):
Use region-beginning and region-end, in interactive spec.
This commit is contained in:
parent
d94307ee86
commit
082c7686a3
@ -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 (point) (mark))
|
||||
(interactive (list (region-beginning) (region-end)
|
||||
(read-string "Shell command on region: "
|
||||
last-shell-command-on-region)
|
||||
current-prefix-arg
|
||||
|
Loading…
Reference in New Issue
Block a user