]> git.eshelyaron.com Git - emacs.git/commit
Don't bind search-spaces-regexp around possible autoload (Bug#35802)
authorNoam Postavsky <npostavs@gmail.com>
Fri, 21 Jun 2019 11:09:44 +0000 (07:09 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 26 Jun 2019 02:00:03 +0000 (22:00 -0400)
commit648fdbbcec159e6bfdb7cd06d32c59e8a17a055e
tree49296e3df33421b1b086eb4e5d2912a20fcb2093
parentb59ffd2290ff744ca4e7cc2748ba6b66fb2f99f1
Don't bind search-spaces-regexp around possible autoload (Bug#35802)

* lisp/isearch.el (isearch-search-fun-default): Move possible autoload
trigger outside let-binding of search-spaces-regexp.
* lisp/char-fold.el (char-fold-make-table): Remove no longer needed
workaround.

* lisp/info.el (Info-search-whitespace-regexp):
* lisp/isearch.el (search-whitespace-regexp):
* src/search.c (syms_of_search) <search-spaces-regexp>: Add warning
about adding capturing groups to the value.

* test/lisp/char-fold-tests.el: Remove, binding search-spaces-regexp
to a different should be considered a bug.
lisp/char-fold.el
lisp/info.el
lisp/isearch.el
src/search.c
test/lisp/char-fold-tests.el