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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Mon, 02 Jun 2003 16:39:13 -0400

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.317 emacs/src/dispnew.c:1.318
*** emacs/src/dispnew.c:1.317   Sun May 25 13:41:47 2003
--- emacs/src/dispnew.c Mon Jun  2 16:39:12 2003
***************
*** 6265,6271 ****
  Where the optional arg MILLISECONDS specifies an additional wait period,
  in milliseconds; this was useful when Emacs was built without
  floating point support.
! usage: (sit-for SECONDS &optional NODISP) */)
       (seconds, milliseconds, nodisp)
       Lisp_Object seconds, milliseconds, nodisp;
  {
--- 6265,6274 ----
  Where the optional arg MILLISECONDS specifies an additional wait period,
  in milliseconds; this was useful when Emacs was built without
  floating point support.
! usage: (sit-for SECONDS &optional NODISP OLD-NODISP) */)
! 
! /* The `old-nodisp' stuff is there so that the arglist has the correct
!    length.  Otherwise, `defdvice' will redefine it with fewer args.  */
       (seconds, milliseconds, nodisp)
       Lisp_Object seconds, milliseconds, nodisp;
  {




reply via email to

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