From: Deepak Goel Date: Thu, 6 Dec 2007 20:06:24 +0000 (+0000) Subject: Fix breakage of textmodes/ispell.el from last change. X-Git-Tag: emacs-pretest-23.0.90~9036 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=feac787c793552e48bef42499fb264cc44a4a3a1;p=emacs.git Fix breakage of textmodes/ispell.el from last change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9988d58b66b..6673c25a43c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,6 @@ 2007-12-06 D. Goel + * textmodes/ispell.el (ispell-process-line) * vc.el (vc-update) * ibuffer.el (ibuffer-current-buffer): Fix breakage from the change below. diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index b4ee00ae031..7fb6aed139a 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -3063,7 +3063,7 @@ Returns the sum SHIFT due to changes in word replacements." ;; `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