Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f5ec94b6
Commit
f5ec94b6
authored
Sep 03, 1999
by
Gerd Moellmann
Browse files
(adjust_frame_glyphs): Remove reference to
Vresize_mini_config.
parent
d0623bcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
src/dispnew.c
src/dispnew.c
+0
-8
No files found.
src/dispnew.c
View file @
f5ec94b6
...
...
@@ -1941,14 +1941,6 @@ adjust_frame_glyphs (f)
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;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment