Mercurial > emacs
changeset 93757:ece44ea56b37
* search.c (compile_pattern_1): Treat non-nil and non-string of
search-spaces-regexp as nil.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 05 Apr 2008 21:40:04 +0000 |
parents | dc61e83e54e0 |
children | abcbb8375c30 |
files | src/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Apr 05 21:31:44 2008 +0000 +++ b/src/ChangeLog Sat Apr 05 21:40:04 2008 +0000 @@ -1,5 +1,8 @@ 2008-04-05 Chong Yidong <cyd@stupidchicken.com> + * search.c (compile_pattern_1): Treat non-nil and non-string of + search-spaces-regexp as nil. + * minibuf.c (Fassoc_string): Tweak docstring. 2008-04-05 Eli Zaretskii <eliz@gnu.org>