Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
eec7b73d
Commit
eec7b73d
authored
May 24, 1998
by
Richard M. Stallman
Browse files
(Fgarbage_collect): Call shrink_regexp_cache.
parent
9a909b3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/alloc.c
src/alloc.c
+2
-0
No files found.
src/alloc.c
View file @
eec7b73d
...
@@ -1730,6 +1730,8 @@ Garbage collection happens automatically if you cons more than\n\
...
@@ -1730,6 +1730,8 @@ Garbage collection happens automatically if you cons more than\n\
if (garbage_collection_messages)
if (garbage_collection_messages)
message1_nolog ("Garbage collecting...");
message1_nolog ("Garbage collecting...");
shrink_regexp_cache ();
/* Don't keep undo information around forever. */
/* Don't keep undo information around forever. */
{
{
register struct buffer *nextb = all_buffers;
register struct buffer *nextb = all_buffers;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment