]> git.eshelyaron.com Git - emacs.git/commit
Make after-change-functions called from call-process get the correct BEG
authorAlan Mackenzie <acm@muc.de>
Thu, 13 Feb 2020 19:00:36 +0000 (19:00 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 13 Feb 2020 19:00:36 +0000 (19:00 +0000)
commitd1e8ce8bb6fadf3d034ae437ff1c1b81be7d5209
tree4060456055d4fe6304db1ba7b2bcc4a99f367aca
parent0304f530761bee1c217bbf8fe7839cdfe8767a51
Make after-change-functions called from call-process get the correct BEG

This fixes bug #39585.

* src/callproc.c (call_process): Supply the correct CHARPOS to
signal_after_change (twice).
src/callproc.c