Function: vip-undo-more

vip-undo-more is a byte-compiled function defined in vip.el.gz.

Signature

(vip-undo-more)

Documentation

Continue undoing previous changes.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/vip.el.gz
(defun vip-undo-more ()
  "Continue undoing previous changes."
  (message "undo more!")
  (undo-more 1)
  (setq this-command 'vip-undo))