diff src/alloc.c @ 22220:a0cd311af6e3

(Fgarbage_collect): Call shrink_regexp_cache.
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 May 1998 23:23:59 +0000
parents d366b3e31fae
children 50e1804145be
line wrap: on
line diff
--- 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;