aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-09-03 15:52:05 +0000
committerGerd Moellmann1999-09-03 15:52:05 +0000
commitf5ec94b634737ece7bb234b3f787a01ddfd031cf (patch)
treeaf278f6d1a03e0eaa7e5f8fe5613a699ab863ad5 /src
parentd0623bcd1b0fc7d5f71a9a855a48ddce82dc837f (diff)
downloademacs-f5ec94b634737ece7bb234b3f787a01ddfd031cf.tar.gz
emacs-f5ec94b634737ece7bb234b3f787a01ddfd031cf.zip
(adjust_frame_glyphs): Remove reference to
Vresize_mini_config.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 278dabf4e3b..169b64e7dbf 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -1941,14 +1941,6 @@ adjust_frame_glyphs (f)
1941 adjust_decode_mode_spec_buffer (f); 1941 adjust_decode_mode_spec_buffer (f);
1942 1942
1943 f->glyphs_initialized_p = 1; 1943 f->glyphs_initialized_p = 1;
1944
1945 /* If mini-window is resized, make it not restore its saved window
1946 configuration. This function being called indicates that the
1947 current window configuration is being changed. These changes
1948 would be undone if resize_mini_window would restore its saved
1949 configuration. */
1950 if (f == resize_mini_frame)
1951 Vresize_mini_config = Qnil;
1952} 1944}
1953 1945
1954 1946