# HG changeset patch # User Richard M. Stallman # Date 896052239 0 # Node ID a0cd311af6e34c5d1d17c99e88b6fef857c48e2e # Parent 0d635ed37f077353f71dce5a231baa3fe5bccf69 (Fgarbage_collect): Call shrink_regexp_cache. diff -r 0d635ed37f07 -r a0cd311af6e3 src/alloc.c --- a/src/alloc.c Sun May 24 23:19:37 1998 +0000 +++ b/src/alloc.c Sun May 24 23:23:59 1998 +0000 @@ -1730,6 +1730,8 @@ if (garbage_collection_messages) message1_nolog ("Garbage collecting..."); + shrink_regexp_cache (); + /* Don't keep undo information around forever. */ { register struct buffer *nextb = all_buffers;