Variable: skeleton-autowrap

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

This variable is obsolete since 24.5.

Value

t

Documentation

Controls wrapping behavior of functions created with define-skeleton.

When the region is visible (due to transient-mark-mode(var)/transient-mark-mode(fun) or marking a region with the mouse) and this is non-nil and the function was called without an explicit ARG, then the ARG defaults to -1, i.e. wrapping around the visible region.

Source Code

;; Defined in /usr/src/emacs/lisp/skeleton.el.gz
(defvar skeleton-autowrap t
  "Controls wrapping behavior of functions created with `define-skeleton'.
When the region is visible (due to `transient-mark-mode' or marking a region
with the mouse) and this is non-nil and the function was called without an
explicit ARG, then the ARG defaults to -1, i.e. wrapping around the visible
region.")