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 20:06:25 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     D. Goel <deego> 07/12/06 20:06:24

Index: textmodes/ispell.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/ispell.el,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -b -r1.218 -r1.219
--- textmodes/ispell.el 6 Dec 2007 18:43:41 -0000       1.218
+++ textmodes/ispell.el 6 Dec 2007 20:06:24 -0000       1.219
@@ -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




reply via email to

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