From: Glenn Morris Date: Fri, 22 Feb 2008 03:54:52 +0000 (+0000) Subject: (vip-special-prefix-com): Use ispell-region rather than spell-region. X-Git-Tag: emacs-pretest-23.0.90~7759 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=281b9aa888f36ed4504be5776188d0dde4f7e5f7;p=emacs.git (vip-special-prefix-com): Use ispell-region rather than spell-region. --- 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