Function: viper-goto-mark
viper-goto-mark is an interactive and byte-compiled function defined
in viper-cmd.el.gz.
Signature
(viper-goto-mark ARG)
Documentation
Go to mark.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper-cmd.el.gz
(defun viper-goto-mark (arg)
"Go to mark."
(interactive "P")
(let ((char (read-char))
(com (viper-getcom arg)))
(viper-goto-mark-subr char com nil)))