commit | 05238f31f4d7857ef7e498b9eb77c4af2693d981 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Sun May 01 13:38:54 2016 +0200 |
committer | Benno Schulenberg <bensberg@justemail.net> | Mon May 02 21:07:27 2016 +0200 |
tree | 922d74eca8b8c3bdd415c46c69b3ad7c34e04591 | |
parent | e21e9547420012f339292571e50e91063a39f717 [diff] |
search: elide an unneeded function When we're spell checking, we don't need a special mechanism to detect we have come full circle: reaching the end-of-buffer means we're done. So don't bother to reset came_full_circle when we're spell checking (when begin == NULL) but simply ignore its value.