aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn2000-02-03 07:54:12 +0000
committerKen Raeburn2000-02-03 07:54:12 +0000
commitf1b9c7c1ce775f54c5a32c9c80c09584ccb3d7ca (patch)
treed8fab032568b1b25e8ab7d7c4075bd1ef90b222e /src/ChangeLog
parent15c9cf819332f019605e073584a93f2b9b8dc124 (diff)
downloademacs-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/ChangeLog6
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 @@
12000-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
12000-02-02 Ken Raeburn <raeburn@raeburn.org> 72000-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.