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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el
Date: Mon, 10 Oct 2005 00:02:58 -0400

Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.78 
emacs/lisp/textmodes/flyspell.el:1.79
*** emacs/lisp/textmodes/flyspell.el:1.78       Mon Oct 10 01:13:22 2005
--- emacs/lisp/textmodes/flyspell.el    Mon Oct 10 04:02:57 2005
***************
*** 772,778 ****
       ((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)))
  
--- 772,779 ----
       ((get this-command 'flyspell-delayed)
        ;; the current command is not delayed, that
        ;; is that we must check the word now
!       (and (not unread-command-events)
!          (sit-for flyspell-delay)))
       (t t)))
     (t t)))
  




reply via email to

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