/[emacs]/emacs/lisp/textmodes/flyspell.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/flyspell.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.82 by rms, Sun Oct 30 15:52:07 2005 UTC revision 1.83 by rms, Wed Nov 2 01:33:55 2005 UTC
# Line 1360  The buffer to mark them in is `flyspell- Line 1360  The buffer to mark them in is `flyspell-
1360                            ;; Detect when WORD can't be checked properly                            ;; Detect when WORD can't be checked properly
1361                            ;; because flyspell-get-word finds                            ;; because flyspell-get-word finds
1362                            ;; just part of it, and treat that as ok.                            ;; just part of it, and treat that as ok.
1363                            (if (< (length (flyspell-get-word following))                            (if (< (length (flyspell-get-word nil))
1364                                   (length word))                                   (length word))
1365                                nil                                nil
1366                              (flyspell-word))))                              (flyspell-word))))

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26