diff options
| author | Ken Raeburn | 2000-02-03 07:54:12 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2000-02-03 07:54:12 +0000 |
| commit | f1b9c7c1ce775f54c5a32c9c80c09584ccb3d7ca (patch) | |
| tree | d8fab032568b1b25e8ab7d7c4075bd1ef90b222e /src/ChangeLog | |
| parent | 15c9cf819332f019605e073584a93f2b9b8dc124 (diff) | |
| download | emacs-f1b9c7c1ce775f54c5a32c9c80c09584ccb3d7ca.tar.gz emacs-f1b9c7c1ce775f54c5a32c9c80c09584ccb3d7ca.zip | |
* search.c (compile_pattern): If a cache entry has a nil regexp, fill in that
entry instead of clobbering a previously cached string regexp.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f3b41fcf188..5251578b710 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-02-03 Ken Raeburn <raeburn@raeburn.org> | ||
| 2 | |||
| 3 | * search.c (compile_pattern): If a cache entry has a nil regexp, | ||
| 4 | fill in that entry instead of clobbering a previously cached | ||
| 5 | string regexp. | ||
| 6 | |||
| 1 | 2000-02-02 Ken Raeburn <raeburn@raeburn.org> | 7 | 2000-02-02 Ken Raeburn <raeburn@raeburn.org> |
| 2 | 8 | ||
| 3 | * puresize.h (BASE_PURESIZE): Increase to 610000. | 9 | * puresize.h (BASE_PURESIZE): Increase to 610000. |