2011-10-29 Chong Yidong <cyd@gnu.org>
+ * textmodes/flyspell.el (flyspell-word): Fix char offset for
+ forged Ispell output (Bug#7904).
+
* emacs-lisp/package.el (package-refresh-contents): Add autoload.
2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
(setq poss (ispell-parse-output (car ispell-filter)))))
;; Else, this was a known misspelling to begin with, and
;; we should forge an ispell return value.
- (setq poss (list word 0 '() '())))
+ (setq poss (list word 1 nil nil)))
(let ((res (cond ((eq poss t)
;; correct
(setq flyspell-word-cache-result t)