]> git.eshelyaron.com Git - emacs.git/commit
* lisp/simple.el (shell-command-on-region): Handle nil replace on rectangles.
authorJuri Linkov <juri@linkov.net>
Mon, 8 Jun 2020 23:34:53 +0000 (02:34 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 8 Jun 2020 23:34:53 +0000 (02:34 +0300)
commit3b93549597f187989e5508b638f297d0244e5cc6
tree6a8e9e042a21654206c85544b217fc0be428c829
parent64e25cde324b2e270acf82958abb59018e67f841
* lisp/simple.el (shell-command-on-region): Handle nil replace on rectangles.

When 'region-noncontiguous-p' is non-nil (rectangular region)
but 'replace' is nil, pop up the shell output buffer (bug#41440).
When 'replace' is non-nil, trim the trailing newline.
lisp/simple.el