]> code.delx.au - gnu-emacs/commit
Add explicit arg REPLACE to the callers of `shell-command-on-region'.
authorJuri Linkov <juri@jurta.org>
Tue, 18 Jun 2013 20:24:44 +0000 (23:24 +0300)
committerJuri Linkov <juri@jurta.org>
Tue, 18 Jun 2013 20:24:44 +0000 (23:24 +0300)
commit0950aa27a260158ab01e434281d7ea0ee9f8d023
tree27e05c137176fc829cb73318fc7c18aa63f2a39f
parent8fbcca1658ad9604616f8fa9d2223d9993007e47
Add explicit arg REPLACE to the callers of `shell-command-on-region'.

* lisp/simple.el (shell-command-on-region): Doc fix.

* lisp/emulation/vi.el (vi-shell-op):
* lisp/emulation/vip.el (vip-execute-com, ex-command):
* lisp/emulation/viper-cmd.el (viper-exec-bang):
* lisp/emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
the call of `shell-command-on-region'.

* lisp/mh-e/mh-alias.el (mh-alias-local-users): Add non-nil arg REPLACE to
the call of `shell-command-on-region'.

Fixes: debbugs:14637
lisp/ChangeLog
lisp/emulation/vi.el
lisp/emulation/vip.el
lisp/emulation/viper-cmd.el
lisp/emulation/viper-ex.el
lisp/mh-e/ChangeLog
lisp/mh-e/mh-alias.el
lisp/simple.el