Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.349 emacs/src/dispnew.c:1.350
*** emacs/src/dispnew.c:1.349   Wed Jun 22 01:22:42 2005
--- emacs/src/dispnew.c Thu Jun 23 16:06:10 2005
***************
*** 6348,6354 ****
  
  #ifndef EMACS_HAS_USECS
    if (sec == 0 && usec != 0)
!     error ("millisecond `sleep-for' not supported on %s", SYSTEM_TYPE);
  #endif
  
    /* Assure that 0 <= usec < 1000000.  */
--- 6348,6354 ----
  
  #ifndef EMACS_HAS_USECS
    if (sec == 0 && usec != 0)
!     error ("Millisecond `sleep-for' not supported on %s", SYSTEM_TYPE);
  #endif
  
    /* Assure that 0 <= usec < 1000000.  */
***************
*** 6448,6454 ****
  
  #ifndef EMACS_HAS_USECS
    if (usec != 0 && sec == 0)
!     error ("millisecond `sit-for' not supported on %s", SYSTEM_TYPE);
  #endif
  
    return sit_for (sec, usec, 0, NILP (nodisp), NILP (nodisp));
--- 6448,6454 ----
  
  #ifndef EMACS_HAS_USECS
    if (usec != 0 && sec == 0)
!     error ("Millisecond `sit-for' not supported on %s", SYSTEM_TYPE);
  #endif
  
    return sit_for (sec, usec, 0, NILP (nodisp), NILP (nodisp));


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to