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: Sun, 06 Nov 2005 19:50:02 -0500

Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.84 
emacs/lisp/textmodes/flyspell.el:1.85
*** emacs/lisp/textmodes/flyspell.el:1.84       Thu Nov  3 21:33:22 2005
--- emacs/lisp/textmodes/flyspell.el    Mon Nov  7 00:50:01 2005
***************
*** 1362,1368 ****
                          ;; 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))))
--- 1362,1368 ----
                          ;; Detect when WORD can't be checked properly
                          ;; because flyspell-get-word finds
                          ;; just part of it, and treat that as ok.
!                         (if (< (length (car (flyspell-get-word nil)))
                                 (length word))
                              nil
                            (flyspell-word))))




reply via email to

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