* search.c (compile_pattern_1): Treat non-nil and non-string of

search-spaces-regexp as nil.
This commit is contained in:
Chong Yidong 2008-04-05 21:40:04 +00:00
parent 407da272c1
commit 9605d5675e

View file

@ -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>