From: Chong Yidong Date: Sat, 5 Apr 2008 21:40:04 +0000 (+0000) Subject: * search.c (compile_pattern_1): Treat non-nil and non-string of X-Git-Tag: emacs-pretest-23.0.90~6505 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9605d5675e567196dab376e6b757212f326a7da9;p=emacs.git * search.c (compile_pattern_1): Treat non-nil and non-string of search-spaces-regexp as nil. --- diff --git a/src/ChangeLog b/src/ChangeLog index cfe243cbe0b..0071dc3b220 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2008-04-05 Chong Yidong + * 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