summaryrefslogtreecommitdiff
path: root/lisp/textmodes/flyspell.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2005-06-03 15:03:02 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2005-06-03 15:03:02 +0000
commitfab31ec395c7988f08c3a83303832b708a88077b (patch)
tree8cf0a68bf448ff0b9a19afb67005f7640a03ca3b /lisp/textmodes/flyspell.el
parent10b234c0f545ddfaebf85fd613267d946f68fb94 (diff)
downloademacs-fab31ec395c7988f08c3a83303832b708a88077b.tar.gz
(flyspell-check-word-p): Simplify silly compatibility code.
Diffstat (limited to 'lisp/textmodes/flyspell.el')
-rw-r--r--lisp/textmodes/flyspell.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 0b65993df3c..500c9c4e113 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -830,9 +830,7 @@ Mostly we check word delimiters."
((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)))