emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emulation/vip.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/vip.el,v
Date: Fri, 22 Feb 2008 03:54:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/22 03:54:52

Index: vip.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emulation/vip.el,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- vip.el      8 Jan 2008 20:46:51 -0000       1.44
+++ vip.el      22 Feb 2008 03:54:52 -0000      1.45
@@ -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




reply via email to

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