Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
815d969e
Commit
815d969e
authored
Jan 19, 2002
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fx_create_frame): Bind redisplay-dont-pause around
call to face-set-after-frame-default.
parent
98bd0dd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/w32fns.c
src/w32fns.c
+4
-0
No files found.
src/ChangeLog
View file @
815d969e
2002-01-19 Jason Rumney <jasonr@gnu.org>
* w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
call to face-set-after-frame-default.
2002-01-18 Richard M. Stallman <rms@gnu.org>
* dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
...
...
src/w32fns.c
View file @
815d969e
...
...
@@ -5629,6 +5629,10 @@ This function is an internal primitive--use `make-frame' instead. */)
x_wm_set_size_hint (f, window_prompting, 0);
UNBLOCK_INPUT;
/* Avoid a bug that causes the new frame to never become visible if
an echo area message is displayed during the following call1. */
specbind(Qredisplay_dont_pause, Qt);
/* Set up faces after all frame parameters are known. This call
also merges in face attributes specified for new frames. If we
don't do this, the `menu' face for instance won't have the right
...
...
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