Function: vip-goto-mark

vip-goto-mark is an interactive and byte-compiled function defined in vip.el.gz.

Signature

(vip-goto-mark ARG)

Documentation

Go to mark.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/vip.el.gz
(defun vip-goto-mark (arg)
  "Go to mark."
  (interactive "P")
  (let ((char (read-char)) (com (vip-getcom arg)))
    (vip-goto-mark-subr char com nil)))