]> git.eshelyaron.com Git - emacs.git/commit
Make the invocation of combine-change-calls in comment-region valid
authorAlan Mackenzie <acm@muc.de>
Sun, 15 Nov 2020 13:23:15 +0000 (13:23 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 15 Nov 2020 13:23:15 +0000 (13:23 +0000)
commit4ec740866a65761fa1318400f299b2d591b05acf
tree8c552b7dbd6db2f7ed559d1d69b373a7ba730a55
parent66bcec8838ab05b5690d7f530851ecf594c5d877
Make the invocation of combine-change-calls in comment-region valid

This fixes bug #44581.  The problem was that whitespace outside of the (BEG
END) region was being deleted, and this made the invocation of
combine-change-calls with (BEG END) invalid.

* lisp/newcomment.el (comment-region-default): Amend the second argument to
combine-change-calls.
lisp/newcomment.el