]> git.neil.brown.name Git - edlib.git/commit
Change text-search to return result directly.
authorNeilBrown <neil@brown.name>
Tue, 8 Dec 2015 01:28:14 +0000 (12:28 +1100)
committerNeilBrown <neil@brown.name>
Thu, 10 Dec 2015 02:54:02 +0000 (13:54 +1100)
commitac05667c4affc3edac4a1fac523b47fd5d7e6b95
tree774649bc687aede3e7d73347dadd66cff6e3869b
parent83bc10a13f8622d0867363754f9a177953d11fcb
Change text-search to return result directly.

-2 is cannot find
-1 is incomplete regex
0 is no such commnd
N is match of length N-1 found.

Signed-off-by: NeilBrown <neil@brown.name>
emacs-search.c
lib-search.c
mode-emacs.c