emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el,v


From: D. Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el,v
Date: Thu, 06 Dec 2007 18:43:45 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     D. Goel <deego> 07/12/06 18:43:44

Index: textmodes/ispell.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/ispell.el,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -b -r1.217 -r1.218
--- textmodes/ispell.el 2 Dec 2007 18:17:08 -0000       1.217
+++ textmodes/ispell.el 6 Dec 2007 18:43:41 -0000       1.218
@@ -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 (concat "Ispell misalignment: word "
+               (error "%s" (concat "Ispell misalignment: word "
                               "`%s' point %d; probably incompatible versions")
                       (car poss) (marker-position word-start)))
            ;; ispell-cmd-loop can go recursive & change buffer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]