From: Chong Yidong Date: Sat, 5 Apr 2008 21:42:01 +0000 (+0000) Subject: * search.c (compile_pattern_1): Treat non-nil and non-string of X-Git-Tag: emacs-pretest-22.2.90~238 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ffb36c38082d6b31f85780549ec591f36593fb7;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 e41f04ef6ff..2082f8e27f2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-04-05 Chong Yidong + + * search.c (compile_pattern_1): Treat non-nil and non-string of + search-spaces-regexp as nil. + 2008-04-05 Eli Zaretskii * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.