]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fgarbage_collect): Call shrink_regexp_cache.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 May 1998 23:23:59 +0000 (23:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 May 1998 23:23:59 +0000 (23:23 +0000)
src/alloc.c

index e010f8501bcdf79f8233a56530485cedae75dd21..4f7b7a818531a1058f52915daa2626b7d6b8e24e 100644 (file)
@@ -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;