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/vi.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/vi.el
Date: Tue, 14 Jun 2005 07:31:43 -0400

Index: emacs/lisp/emulation/vi.el
diff -c emacs/lisp/emulation/vi.el:1.25 emacs/lisp/emulation/vi.el:1.26
*** emacs/lisp/emulation/vi.el:1.25     Thu May 26 15:14:23 2005
--- emacs/lisp/emulation/vi.el  Tue Jun 14 11:31:43 2005
***************
*** 520,526 ****
    "Go into insert state, the text entered will be repeated if REPETITION > 1.
  If PREFIX-CODE is given, do it before insertion begins if DO-IT-NOW-P is T.
  In any case, the prefix-code will be done before each 'redo-insert'.
! This function expects 'overwrite-mode' being set properly beforehand."
    (if do-it-now-p (apply (car prefix-code) (cdr prefix-code)))
    (setq vi-ins-point (point))
    (setq vi-ins-repetition repetition)
--- 520,526 ----
    "Go into insert state, the text entered will be repeated if REPETITION > 1.
  If PREFIX-CODE is given, do it before insertion begins if DO-IT-NOW-P is T.
  In any case, the prefix-code will be done before each 'redo-insert'.
! This function expects `overwrite-mode' being set properly beforehand."
    (if do-it-now-p (apply (car prefix-code) (cdr prefix-code)))
    (setq vi-ins-point (point))
    (setq vi-ins-repetition repetition)




reply via email to

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