aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 7df40e7f0d7..3c15fb417da 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -5676,6 +5676,7 @@ x_make_frame_visible (f)
5676 /* On HPUX on the HP800, the sleep is needed sometimes. */ 5676 /* On HPUX on the HP800, the sleep is needed sometimes. */
5677 if ((one_in_four & 3) == 0) 5677 if ((one_in_four & 3) == 0)
5678 { 5678 {
5679 QUIT;
5679#ifdef EMACS_HAS_USECS 5680#ifdef EMACS_HAS_USECS
5680 Fsleep_for (make_number (1), make_number (0)); 5681 Fsleep_for (make_number (1), make_number (0));
5681#else 5682#else