changeset 92085:ba71847b7f2e

(vip-special-prefix-com): Use ispell-region rather than spell-region.
author Glenn Morris <rgm@gnu.org>
date Fri, 22 Feb 2008 03:54:52 +0000
parents 0521c6a7dca0
children 23ee465a6963
files lisp/emulation/vip.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/vip.el	Fri Feb 22 03:54:20 2008 +0000
+++ b/lisp/emulation/vip.el	Fri Feb 22 03:54:52 2008 +0000
@@ -836,7 +836,7 @@
 	((= 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