aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
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\
1730 if (garbage_collection_messages) 1730 if (garbage_collection_messages)
1731 message1_nolog ("Garbage collecting..."); 1731 message1_nolog ("Garbage collecting...");
1732 1732
1733 shrink_regexp_cache ();
1734
1733 /* Don't keep undo information around forever. */ 1735 /* Don't keep undo information around forever. */
1734 { 1736 {
1735 register struct buffer *nextb = all_buffers; 1737 register struct buffer *nextb = all_buffers;