From eec7b73dba4ce7bbddf175f65966c5bb1e572fce Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 24 May 1998 23:23:59 +0000 Subject: [PATCH] (Fgarbage_collect): Call shrink_regexp_cache. --- src/alloc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/alloc.c b/src/alloc.c index e010f8501bc..4f7b7a81853 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -1730,6 +1730,8 @@ Garbage collection happens automatically if you cons more than\n\ if (garbage_collection_messages) message1_nolog ("Garbage collecting..."); + shrink_regexp_cache (); + /* Don't keep undo information around forever. */ { register struct buffer *nextb = all_buffers; -- 2.39.2