Mercurial > emacs
changeset 80442:e125dad5187d
* 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:42:01 +0000 |
parents | 4d9b7beea2ae |
children | 929f21105918 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Apr 05 19:10:08 2008 +0000 +++ b/src/ChangeLog Sat Apr 05 21:42:01 2008 +0000 @@ -1,3 +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. + 2008-04-05 Eli Zaretskii <eliz@gnu.org> * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.