]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix breakage of textmodes/ispell.el from last change.
authorDeepak Goel <deego@gnufans.org>
Thu, 6 Dec 2007 20:06:24 +0000 (20:06 +0000)
committerDeepak Goel <deego@gnufans.org>
Thu, 6 Dec 2007 20:06:24 +0000 (20:06 +0000)
lisp/ChangeLog
lisp/textmodes/ispell.el

index 9988d58b66b07f823b02d530de05236454970a6b..6673c25a43c9f1e92a63e2359d18454d6e592931 100644 (file)
@@ -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.
index b4ee00ae031fc0f9a696383b586f96ee2a759842..7fb6aed139af1ff9ec01dd8d74b3660253514555 100644 (file)
@@ -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