Variable: skeleton-end-hook

skeleton-end-hook is a variable defined in skeleton.el.gz.

Value

(expand-skeleton-end-hook)

Documentation

Hook called at end of skeleton but before going to point of interest.

The variables v1 and v2 are still set when calling this.

Source Code

;; Defined in /usr/src/emacs/lisp/skeleton.el.gz
(defvar skeleton-end-hook nil
  "Hook called at end of skeleton but before going to point of interest.
The variables `v1' and `v2' are still set when calling this.")