1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00

(Fgarbage_collect): Call shrink_regexp_cache.

This commit is contained in:
Richard M. Stallman 1998-05-24 23:23:59 +00:00
parent 9a909b3c42
commit eec7b73dba

View 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;