Variable: expand-pos
expand-pos is a buffer-local variable defined in expand.el.gz.
Documentation
If non-nil, store a vector with position markers defined by the last expansion.
Source Code
;; Defined in /usr/src/emacs/lisp/expand.el.gz
(defvar-local expand-pos nil
"If non-nil, store a vector with position markers defined by the last expansion.")