summaryrefslogtreecommitdiff
path: root/src/alloc.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-24 23:23:59 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-24 23:23:59 +0000
commiteec7b73dba4ce7bbddf175f65966c5bb1e572fce (patch)
tree981de047ca5bb3503d5d54cb56a703e4502de8a1 /src/alloc.c
parent9a909b3c4258dca64eb91065a6c07925232babf6 (diff)
(Fgarbage_collect): Call shrink_regexp_cache.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 2 insertions, 0 deletions
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;