aboutsummaryrefslogtreecommitdiffstats
path: root/src/dosfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dosfns.c')
-rw-r--r--src/dosfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dosfns.c b/src/dosfns.c
index 3c649f4d534..ce1ec4a4f93 100644
--- a/src/dosfns.c
+++ b/src/dosfns.c
@@ -480,9 +480,9 @@ x_set_title (struct frame *f, Lisp_Object name)
480 480
481 if (FRAME_MSDOS_P (f)) 481 if (FRAME_MSDOS_P (f))
482 { 482 {
483 BLOCK_INPUT; 483 block_input ();
484 w95_set_virtual_machine_title (SDATA (name)); 484 w95_set_virtual_machine_title (SDATA (name));
485 UNBLOCK_INPUT; 485 unblock_input ();
486 } 486 }
487} 487}
488#endif /* !HAVE_X_WINDOWS */ 488#endif /* !HAVE_X_WINDOWS */