Mercurial > emacs
comparison src/alloc.c @ 22220:a0cd311af6e3
(Fgarbage_collect): Call shrink_regexp_cache.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 24 May 1998 23:23:59 +0000 |
| parents | d366b3e31fae |
| children | 50e1804145be |
comparison
equal
deleted
inserted
replaced
| 22219:0d635ed37f07 | 22220:a0cd311af6e3 |
|---|---|
| 1727 } | 1727 } |
| 1728 #endif /* MAX_SAVE_STACK > 0 */ | 1728 #endif /* MAX_SAVE_STACK > 0 */ |
| 1729 | 1729 |
| 1730 if (garbage_collection_messages) | 1730 if (garbage_collection_messages) |
| 1731 message1_nolog ("Garbage collecting..."); | 1731 message1_nolog ("Garbage collecting..."); |
| 1732 | |
| 1733 shrink_regexp_cache (); | |
| 1732 | 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; |
| 1736 | 1738 |
