emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el
Date: Fri, 03 Jun 2005 11:02:44 -0400

Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.63 
emacs/lisp/textmodes/flyspell.el:1.64
*** emacs/lisp/textmodes/flyspell.el:1.63       Sun May 29 14:36:32 2005
--- emacs/lisp/textmodes/flyspell.el    Fri Jun  3 15:02:44 2005
***************
*** 830,838 ****
       ((get this-command 'flyspell-delayed)
        ;; the current command is not delayed, that
        ;; is that we must check the word now
!       (if (fboundp 'about-xemacs)
!         (sit-for flyspell-delay nil)
!       (sit-for flyspell-delay 0 nil)))
       (t t)))
     (t t)))
  
--- 830,836 ----
       ((get this-command 'flyspell-delayed)
        ;; the current command is not delayed, that
        ;; is that we must check the word now
!       (sit-for flyspell-delay))
       (t t)))
     (t t)))
  




reply via email to

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