emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispnew.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Thu, 23 Jun 2005 12:06:11 -0400

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));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]