Remove remaining references to redisplay-dont-pause
* src/pgtkfns.c (Fpgtk_print_frames_dialog): Remove reference to Qredisplay_dont_pause. * src/pgtkterm.c (pgtk_cr_export_frames): Remove reference to Qredisplay_dont_pause. * src/xfns.c (Fx_print_frames_dialog): Remove reference to Qredisplay_dont_pause. * src/xterm.c (x_cr_export_frames): Remove reference to Qredisplay_dont_pause.
This commit is contained in:
parent
71ad445d58
commit
a61b968ccf
4 changed files with 0 additions and 8 deletions
|
@ -3668,10 +3668,7 @@ visible. */)
|
|||
frames = Fnreverse (tmp);
|
||||
|
||||
/* Make sure the current matrices are up-to-date. */
|
||||
specpdl_ref count = SPECPDL_INDEX ();
|
||||
specbind (Qredisplay_dont_pause, Qt);
|
||||
redisplay_preserve_echo_area (32);
|
||||
unbind_to (count, Qnil);
|
||||
|
||||
block_input ();
|
||||
xg_print_frames_dialog (frames);
|
||||
|
|
|
@ -7632,7 +7632,6 @@ pgtk_cr_export_frames (Lisp_Object frames, cairo_surface_type_t surface_type)
|
|||
Lisp_Object acc = Qnil;
|
||||
specpdl_ref count = SPECPDL_INDEX ();
|
||||
|
||||
specbind (Qredisplay_dont_pause, Qt);
|
||||
redisplay_preserve_echo_area (31);
|
||||
|
||||
f = XFRAME (XCAR (frames));
|
||||
|
|
|
@ -9963,10 +9963,7 @@ Note: Text drawn with the `x' font backend is shown with hollow boxes. */)
|
|||
frames = Fnreverse (tmp);
|
||||
|
||||
/* Make sure the current matrices are up-to-date. */
|
||||
specpdl_ref count = SPECPDL_INDEX ();
|
||||
specbind (Qredisplay_dont_pause, Qt);
|
||||
redisplay_preserve_echo_area (32);
|
||||
unbind_to (count, Qnil);
|
||||
|
||||
block_input ();
|
||||
xg_print_frames_dialog (frames);
|
||||
|
|
|
@ -6369,7 +6369,6 @@ x_cr_export_frames (Lisp_Object frames, cairo_surface_type_t surface_type)
|
|||
Lisp_Object acc = Qnil;
|
||||
specpdl_ref count = SPECPDL_INDEX ();
|
||||
|
||||
specbind (Qredisplay_dont_pause, Qt);
|
||||
redisplay_preserve_echo_area (31);
|
||||
|
||||
f = XFRAME (XCAR (frames));
|
||||
|
|
Loading…
Add table
Reference in a new issue