]> code.delx.au - gnu-emacs/commitdiff
(flyspell-check-word-p): Simplify silly compatibility code.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 Jun 2005 15:03:02 +0000 (15:03 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 Jun 2005 15:03:02 +0000 (15:03 +0000)
lisp/ChangeLog
lisp/textmodes/flyspell.el

index 5ba4f21247234b49c549cc30f5ee5f36166cc005..fb5212c7fdbddf45f66001ebf38b08ac79bfa4a5 100644 (file)
@@ -1,5 +1,8 @@
 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
+       compatibility code.
+
        * international/latexenc.el (latexenc-find-file-coding-system):
        Don't inherit the EOL part of the coding-system from the
        tex-main buffer.  Fit within 80 columns.
index 0b65993df3ce89a629d566872ece651bc5591a7d..500c9c4e113603bb9ab01c87a9e6c7e42716f31a 100644 (file)
@@ -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)))