changeset 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 0d635ed37f07
children 239a4b800303
files src/alloc.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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;