/[emacs]/emacs/lisp/textmodes/flyspell.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/flyspell.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.63 by rms, Sun May 29 14:36:32 2005 UTC revision 1.64 by monnier, Fri Jun 3 15:02:44 2005 UTC
# Line 830  Mostly we check word delimiters." Line 830  Mostly we check word delimiters."
830       ((get this-command 'flyspell-delayed)       ((get this-command 'flyspell-delayed)
831        ;; the current command is not delayed, that        ;; the current command is not delayed, that
832        ;; is that we must check the word now        ;; is that we must check the word now
833        (if (fboundp 'about-xemacs)        (sit-for flyspell-delay))
           (sit-for flyspell-delay nil)  
         (sit-for flyspell-delay 0 nil)))  
834       (t t)))       (t t)))
835     (t t)))     (t t)))
836    

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26