Mercurial > emacs
changeset 25514:7db69ecb1870
(adjust_frame_glyphs): Remove reference to
Vresize_mini_config.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 03 Sep 1999 15:52:05 +0000 |
parents | 7ebf07355e2b |
children | ca83cbd878a7 |
files | src/dispnew.c |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Fri Sep 03 15:52:01 1999 +0000 +++ b/src/dispnew.c Fri Sep 03 15:52:05 1999 +0000 @@ -1941,14 +1941,6 @@ adjust_decode_mode_spec_buffer (f); f->glyphs_initialized_p = 1; - - /* If mini-window is resized, make it not restore its saved window - configuration. This function being called indicates that the - current window configuration is being changed. These changes - would be undone if resize_mini_window would restore its saved - configuration. */ - if (f == resize_mini_frame) - Vresize_mini_config = Qnil; }