From 281b9aa888f36ed4504be5776188d0dde4f7e5f7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 22 Feb 2008 03:54:52 +0000 Subject: [PATCH] (vip-special-prefix-com): Use ispell-region rather than spell-region. --- lisp/emulation/vip.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el index b4f80a9e1ed..3fff469958d 100644 --- a/lisp/emulation/vip.el +++ b/lisp/emulation/vip.el @@ -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))))) ;; undoing -- 2.11.4.GIT