Function: register-val-jump-to
register-val-jump-to is a byte-compiled function defined in
register.el.gz.
Signature
(register-val-jump-to VAL ARG)
Documentation
Execute the "jump" operation of VAL.
VAL is the contents of a register as returned by get-register.
ARG is the value of the prefix argument or nil.
Implementations
(register-val-jump-to (VAL hui-register-but) ARG) in `hui-register.el'.
Move point to location for Hyperbole button stored in VAL.
(register-val-jump-to (DATA senator-register) ARG) in `semantic/senator.el'.
Undocumented
(register-val-jump-to (DATA frameset-register) ARG) in `frameset.el'.
Undocumented
(register-val-jump-to (KM kmacro) ARG) in `kmacro.el'.
Undocumented
(register-val-jump-to (VAL cons) DELETE) in `register.el'.
Undocumented
(register-val-jump-to (VAL marker) ARG) in `register.el'.
Undocumented
(register-val-jump-to (VAL registerv) ARG) in `register.el'.
Undocumented
(register-val-jump-to VAL ARG) in `register.el'.
Undocumented
Source Code
;; Defined in /usr/src/emacs/lisp/register.el.gz
(cl-defgeneric register-val-jump-to (_val _arg)
"Execute the \"jump\" operation of VAL.
VAL is the contents of a register as returned by `get-register'.
ARG is the value of the prefix argument or nil."
(user-error "Register doesn't contain a buffer position or configuration"))