Move word search functions from search.c to isearch.el (bug#10145, bug#11381).
authorJuri Linkov <juri@jurta.org>
Thu, 17 May 2012 00:03:49 +0000 (03:03 +0300)
committerJuri Linkov <juri@jurta.org>
Thu, 17 May 2012 00:03:49 +0000 (03:03 +0300)
commita0a79cde7c978cf457c4a817b9a67bb4557f8a5c
treeb7097e44bfdde8e6596d5579c736a6eb4d3181c0
parent5ec546086a3f0ea5ad6ba2501dc4d84188e8b880
Move word search functions from search.c to isearch.el (bug#10145, bug#11381).

* lisp/isearch.el (word-search-regexp, word-search-backward)
(word-search-forward, word-search-backward-lax)
(word-search-forward-lax): Move functions from search.c.

* src/search.c (Fword_search_regexp, Fword_search_backward)
(Fword_search_forward, Fword_search_backward_lax)
(Fword_search_forward_lax): Move functions to isearch.el.
lisp/ChangeLog
lisp/isearch.el
src/ChangeLog
src/search.c