Variable: byte-compile-last-position

byte-compile-last-position is a variable defined in bytecomp.el.gz.

Value

nil

Documentation

Last known character position in the input.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defvar byte-compile-last-position nil
  "Last known character position in the input.")