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/ispell.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el,v
Date: Thu, 24 Jan 2008 15:14:56 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/01/24 15:14:53

Index: textmodes/ispell.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/ispell.el,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -b -r1.222 -r1.223
--- textmodes/ispell.el 8 Jan 2008 20:45:42 -0000       1.222
+++ textmodes/ispell.el 24 Jan 2008 15:14:47 -0000      1.223
@@ -1627,7 +1627,7 @@
             (or quietly
                 (message "%s is correct"
                          (funcall ispell-format-word-function word)))
-            (and (fboundp 'extent-at)
+            (and (featurep 'xemacs)
                  (extent-at start)
                  (and (fboundp 'delete-extent)
                       (delete-extent (extent-at start)))))
@@ -1636,7 +1636,7 @@
                 (message "%s is correct because of root %s"
                          (funcall ispell-format-word-function word)
                          (funcall ispell-format-word-function poss)))
-            (and (fboundp 'extent-at)
+            (and (featurep 'xemacs)
                  (extent-at start)
                  (and (fboundp 'delete-extent)
                       (delete-extent (extent-at start)))))




reply via email to

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