]> git.eshelyaron.com Git - emacs.git/commit
Change the default value of search-whitespace-regexp
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 10 Sep 2021 10:27:28 +0000 (12:27 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 10 Sep 2021 10:27:28 +0000 (12:27 +0200)
commit74d091a0a665da5dc01989d1b06a61ee21b975b2
treee9229b11e292905d1fa1516ff9344cbc0d2b0e0b
parent44ba8278a64dec8f3fbec7c5eec613013d418f4c
Change the default value of search-whitespace-regexp

* lisp/isearch.el (search-whitespace-regexp): Change the default
to always exclude newlines from the set (bug#21278).  It used to
be mode-dependent whether newlines were included or not, and this
was confusing as a user interface.
etc/NEWS
lisp/isearch.el