Variable: macroexp-enable-preserve-posification

macroexp-enable-preserve-posification is a variable defined in macroexp.el.gz.

Value

t

Documentation

Whether to attach position of a macro call to the expanded form.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/macroexp.el.gz
(defvar macroexp-enable-preserve-posification t
  "Whether to attach position of a macro call to the expanded form.")