]> git.eshelyaron.com Git - emacs.git/commit
Minor search_buffer cleanup
authorBasil L. Contovounesios <contovob@tcd.ie>
Sat, 3 Jun 2023 13:46:19 +0000 (14:46 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sat, 8 Jul 2023 15:35:09 +0000 (16:35 +0100)
commitac57358762b42a7f0d7f70ce55ed0e7c4b540d16
treee21faf2ba6d9f2b344b9663969b4813fe7777ada
parent1a9d454ebf661eb15ef3597c9c17dc59b9c63ee2
Minor search_buffer cleanup

* src/search.c: Move commentary that used to precede search_buffer
to that location once more.  Update it for the current arglist.
(search_command, search_buffer_non_re, search_buffer):
* src/lisp.h (search_buffer): Turn RE flag/argument from an int into
a bool.  All callers changed (bug#64049).
src/lisp.h
src/search.c
src/treesit.c