aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-24 23:23:59 +0000
committerRichard M. Stallman1998-05-24 23:23:59 +0000
commiteec7b73dba4ce7bbddf175f65966c5bb1e572fce (patch)
tree981de047ca5bb3503d5d54cb56a703e4502de8a1
parent9a909b3c4258dca64eb91065a6c07925232babf6 (diff)
downloademacs-eec7b73dba4ce7bbddf175f65966c5bb1e572fce.tar.gz
emacs-eec7b73dba4ce7bbddf175f65966c5bb1e572fce.zip
(Fgarbage_collect): Call shrink_regexp_cache.
-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;