diff options
| author | Richard M. Stallman | 2004-11-19 20:07:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-11-19 20:07:39 +0000 |
| commit | 6de891db98164cc4981a953257dec7fc7c97f2b1 (patch) | |
| tree | bcdddc26328d7ad4a2e97bfb3f712bd35fb4f995 /src/ChangeLog | |
| parent | 5d4faedacc2e40d18ee0041accab896b24c2a07f (diff) | |
| download | emacs-6de891db98164cc4981a953257dec7fc7c97f2b1.tar.gz emacs-6de891db98164cc4981a953257dec7fc7c97f2b1.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
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. |