commit | 8f10e364bb3f2a6f0adcc6b320b19593b28c76b9 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Fri Feb 10 13:51:51 2017 +0100 |
committer | Benno Schulenberg <bensberg@justemail.net> | Fri Feb 10 13:51:51 2017 +0100 |
tree | 5be5c40137050efb398ae3a0be5f13a3fd090ea9 | |
parent | b1b9770c57087d2c7ab60e4cef8ae846f4a59518 [diff] |
replacing: stop searching in a region when edge of buffer is reached Just like when spell-checking, there is no need to wrap around when doing replacements in a region, because a region cannot straddle the buffer's edges. This is the proper fix for https://savannah.gnu.org/bugs/?50158, and fixes https://savannah.gnu.org/bugs/?50273.