/[emacs]/emacs/lisp/emulation/vi.el
ViewVC logotype

Diff of /emacs/lisp/emulation/vi.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by lute, Thu May 26 15:14:23 2005 UTC revision 1.26 by lektu, Tue Jun 14 11:31:43 2005 UTC
# Line 520  set sw=n     M-x set-variable vi-shift-w Line 520  set sw=n     M-x set-variable vi-shift-w
520    "Go into insert state, the text entered will be repeated if REPETITION > 1.    "Go into insert state, the text entered will be repeated if REPETITION > 1.
521  If PREFIX-CODE is given, do it before insertion begins if DO-IT-NOW-P is T.  If PREFIX-CODE is given, do it before insertion begins if DO-IT-NOW-P is T.
522  In any case, the prefix-code will be done before each 'redo-insert'.  In any case, the prefix-code will be done before each 'redo-insert'.
523  This function expects 'overwrite-mode' being set properly beforehand."  This function expects `overwrite-mode' being set properly beforehand."
524    (if do-it-now-p (apply (car prefix-code) (cdr prefix-code)))    (if do-it-now-p (apply (car prefix-code) (cdr prefix-code)))
525    (setq vi-ins-point (point))    (setq vi-ins-point (point))
526    (setq vi-ins-repetition repetition)    (setq vi-ins-repetition repetition)

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26