diff options
| author | Chong Yidong | 2008-12-20 20:51:23 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-20 20:51:23 +0000 |
| commit | a90af46f358255fde5a4bc1dcb961caa98a37083 (patch) | |
| tree | 3f27a417c41a2b943bc9449d2b6749272956852d /src | |
| parent | 0aef89e720844f6b6787647937df18eabb71cf09 (diff) | |
| download | emacs-a90af46f358255fde5a4bc1dcb961caa98a37083.tar.gz emacs-a90af46f358255fde5a4bc1dcb961caa98a37083.zip | |
Add comment to last change by jhd.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c index db8874f5280..a21bacc80da 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -1480,6 +1480,10 @@ But FORCE inhibits this too. */) | |||
| 1480 | Vframe_list = Fdelq (frame, Vframe_list); | 1480 | Vframe_list = Fdelq (frame, Vframe_list); |
| 1481 | FRAME_SET_VISIBLE (f, 0); | 1481 | FRAME_SET_VISIBLE (f, 0); |
| 1482 | 1482 | ||
| 1483 | /* Allow the vector of menu bar contents to be freed in the next | ||
| 1484 | garbage collection. The frame object itself may not be garbage | ||
| 1485 | collected until much later, because recent_keys and other data | ||
| 1486 | structures can still refer to it. */ | ||
| 1483 | f->menu_bar_vector = Qnil; | 1487 | f->menu_bar_vector = Qnil; |
| 1484 | 1488 | ||
| 1485 | free_font_driver_list (f); | 1489 | free_font_driver_list (f); |