# HG changeset patch # User Gerd Moellmann # Date 936373925 0 # Node ID 7db69ecb1870b7e0bdcfc3fd9c4c0a49fabe77ac # Parent 7ebf07355e2b767427a9fbe2849deff4940f490e (adjust_frame_glyphs): Remove reference to Vresize_mini_config. diff -r 7ebf07355e2b -r 7db69ecb1870 src/dispnew.c --- 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; }