Variable: skeleton-positions

skeleton-positions is a variable defined in skeleton.el.gz.

Value

nil

Documentation

List of positions marked with @, after skeleton insertion.

The list describes the most recent skeleton insertion, and its elements are integer buffer positions in the reverse order of the insertion order.

Probably introduced at or before Emacs version 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/skeleton.el.gz
(defvar skeleton-positions nil
  "List of positions marked with @, after skeleton insertion.
The list describes the most recent skeleton insertion, and its elements
are integer buffer positions in the reverse order of the insertion order.")