diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c index db561c902a6..38229a5f31f 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -635,7 +635,7 @@ x_cr_export_frames (Lisp_Object frames, cairo_surface_type_t surface_type) | |||
| 635 | (*surface_set_size_func) (surface, width, height); | 635 | (*surface_set_size_func) (surface, width, height); |
| 636 | 636 | ||
| 637 | unblock_input (); | 637 | unblock_input (); |
| 638 | QUIT; | 638 | maybe_quit (); |
| 639 | block_input (); | 639 | block_input (); |
| 640 | } | 640 | } |
| 641 | 641 | ||
| @@ -12877,7 +12877,7 @@ keysyms. The default is nil, which is the same as `super'. */); | |||
| 12877 | Vx_keysym_table = make_hash_table (hashtest_eql, make_number (900), | 12877 | Vx_keysym_table = make_hash_table (hashtest_eql, make_number (900), |
| 12878 | make_float (DEFAULT_REHASH_SIZE), | 12878 | make_float (DEFAULT_REHASH_SIZE), |
| 12879 | make_float (DEFAULT_REHASH_THRESHOLD), | 12879 | make_float (DEFAULT_REHASH_THRESHOLD), |
| 12880 | Qnil); | 12880 | Qnil, Qnil); |
| 12881 | 12881 | ||
| 12882 | DEFVAR_BOOL ("x-frame-normalize-before-maximize", | 12882 | DEFVAR_BOOL ("x-frame-normalize-before-maximize", |
| 12883 | x_frame_normalize_before_maximize, | 12883 | x_frame_normalize_before_maximize, |