From: Richard M. Stallman Date: Sun, 24 May 1998 23:23:59 +0000 (+0000) Subject: (Fgarbage_collect): Call shrink_regexp_cache. X-Git-Tag: emacs-20.3~857 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eec7b73dba4ce7bbddf175f65966c5bb1e572fce;p=emacs.git (Fgarbage_collect): Call shrink_regexp_cache. --- 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;