aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dda9d1cc972..395872b1e44 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,10 @@
5 (compile_pattern_1): Call re_set_whitespace_regexp with it. 5 (compile_pattern_1): Call re_set_whitespace_regexp with it.
6 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp 6 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
7 is non-nil. 7 is non-nil.
8 (struct regexp_cache): New element whitespace_regexp.
9 (syms_of_search): Initialize whitespace_regexp elements.
10 (compile_pattern): Compare whitespace_regexp elements.
11 (compile_pattern_1): Set whitespace_regexp elements.
8 12
9 * regex.c (regex_compile): Substitute whitespace_regexp 13 * regex.c (regex_compile): Substitute whitespace_regexp
10 for spaces, if it is nonzero. 14 for spaces, if it is nonzero.