# HG changeset patch # User Richard M. Stallman # Date 1130895235 0 # Node ID 7a2cc9f4b600f88c94c1b6e203c66bdcbda88d51 # Parent d4bc6b8ae7126b9eb3073a5a95f992bf00f260b4 (flyspell-external-point-words): Pass nil to flyspell-get-word. diff -r d4bc6b8ae712 -r 7a2cc9f4b600 lisp/textmodes/flyspell.el --- a/lisp/textmodes/flyspell.el Wed Nov 02 01:21:56 2005 +0000 +++ b/lisp/textmodes/flyspell.el Wed Nov 02 01:33:55 2005 +0000 @@ -1360,7 +1360,7 @@ ;; 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)) + (if (< (length (flyspell-get-word nil)) (length word)) nil (flyspell-word))))