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:
parent
9a909b3c42
commit
eec7b73dba
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue