/[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.84 by rms, Thu Nov 3 21:33:22 2005 UTC revision 1.85 by rms, Mon Nov 7 00:50:01 2005 UTC
# Line 1362  The buffer to mark them in is `flyspell- Line 1362  The buffer to mark them in is `flyspell-
1362                            ;; Detect when WORD can't be checked properly                            ;; Detect when WORD can't be checked properly
1363                            ;; because flyspell-get-word finds                            ;; because flyspell-get-word finds
1364                            ;; just part of it, and treat that as ok.                            ;; just part of it, and treat that as ok.
1365                            (if (< (length (flyspell-get-word nil))                            (if (< (length (car (flyspell-get-word nil)))
1366                                   (length word))                                   (length word))
1367                                nil                                nil
1368                              (flyspell-word))))                              (flyspell-word))))

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

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