]> git.eshelyaron.com Git - emacs.git/commitdiff
(vip-special-prefix-com): Use ispell-region rather than spell-region.
authorGlenn Morris <rgm@gnu.org>
Fri, 22 Feb 2008 03:54:52 +0000 (03:54 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 22 Feb 2008 03:54:52 +0000 (03:54 +0000)
lisp/emulation/vip.el

index b4f80a9e1ed9e42735d57e531e79883f92da2b43..3fff469958d2548b40446120e4c9991b0d0c3245 100644 (file)
@@ -836,7 +836,7 @@ is the name of the register for COM."
        ((= char ?q)
         (set-mark vip-com-point)
         (vip-quote-region))
-       ((= char ?s) (spell-region vip-com-point (point)))))
+       ((= char ?s) (ispell-region vip-com-point (point)))))
 
 \f
 ;; undoing