]> git.eshelyaron.com Git - emacs.git/commit
Fix error in 'call-process-region' when START is nil (Bug#40576)
authorPhilipp Stephani <phst@google.com>
Sun, 12 Apr 2020 17:04:11 +0000 (19:04 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 12 Apr 2020 17:04:11 +0000 (19:04 +0200)
commit42306747d8dece897805e89c36c3741bfb8d5e7c
tree0181f51f2985593c4db442a284db582fb9eca554
parent900947fbe8b202ce2ae15e87ef377ca27da73ec9
Fix error in 'call-process-region' when START is nil (Bug#40576)

* src/callproc.c (Fcall_process_region): Fix behavior when START is
nil and DELETE is non-nil.

* test/src/callproc-tests.el
(call-process-region-entire-buffer-with-delete): New unit test.
src/callproc.c
test/src/callproc-tests.el