From feac787c793552e48bef42499fb264cc44a4a3a1 Mon Sep 17 00:00:00 2001 From: Deepak Goel Date: Thu, 6 Dec 2007 20:06:24 +0000 Subject: [PATCH] Fix breakage of textmodes/ispell.el from last change. --- lisp/ChangeLog | 1 + lisp/textmodes/ispell.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2