Mercurial > emacs
changeset 87150:683f507781d5
Fix breakage of textmodes/ispell.el from last change.
author | Deepak Goel <deego@gnufans.org> |
---|---|
date | Thu, 06 Dec 2007 20:06:24 +0000 |
parents | 11bb5a31a28a |
children | f6f228f943b2 |
files | lisp/ChangeLog lisp/textmodes/ispell.el |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Dec 06 20:04:55 2007 +0000 +++ b/lisp/ChangeLog Thu Dec 06 20:06:24 2007 +0000 @@ -1,5 +1,6 @@ 2007-12-06 D. Goel <deego3@gmail.com> + * textmodes/ispell.el (ispell-process-line) * vc.el (vc-update) * ibuffer.el (ibuffer-current-buffer): Fix breakage from the change below.
--- a/lisp/textmodes/ispell.el Thu Dec 06 20:04:55 2007 +0000 +++ b/lisp/textmodes/ispell.el Thu Dec 06 20:06:24 2007 +0000 @@ -3063,7 +3063,7 @@ ;; `query-replace' makes multiple corrections on the starting line. (or (ispell-looking-at (car poss)) ;; This occurs due to filter pipe problems - (error "%s" (concat "Ispell misalignment: word " + (error (concat "Ispell misalignment: word " "`%s' point %d; probably incompatible versions") (car poss) (marker-position word-start))) ;; ispell-cmd-loop can go recursive & change buffer