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/flyspell.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el
Date: Tue, 01 Nov 2005 20:33:55 -0500

Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.82 
emacs/lisp/textmodes/flyspell.el:1.83
*** emacs/lisp/textmodes/flyspell.el:1.82       Sun Oct 30 15:52:07 2005
--- emacs/lisp/textmodes/flyspell.el    Wed Nov  2 01:33:55 2005
***************
*** 1360,1366 ****
                          ;; Detect when WORD can't be checked properly
                          ;; because flyspell-get-word finds
                          ;; just part of it, and treat that as ok.
!                         (if (< (length (flyspell-get-word following))
                                 (length word))
                              nil
                            (flyspell-word))))
--- 1360,1366 ----
                          ;; Detect when WORD can't be checked properly
                          ;; because flyspell-get-word finds
                          ;; just part of it, and treat that as ok.
!                         (if (< (length (flyspell-get-word nil))
                                 (length word))
                              nil
                            (flyspell-word))))




reply via email to

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