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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to