Mercurial > emacs
changeset 62976:efec57cea7c7
(flyspell-check-word-p): Simplify silly compatibility code.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 03 Jun 2005 15:02:44 +0000 |
parents | cb3c3e2cdd75 |
children | ab9f43f2c946 |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el Fri Jun 03 14:58:02 2005 +0000 +++ b/lisp/textmodes/flyspell.el Fri Jun 03 15:02:44 2005 +0000 @@ -830,9 +830,7 @@ ((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))) + (sit-for flyspell-delay)) (t t))) (t t)))