Variable: byte-compile-read-position
byte-compile-read-position is a variable defined in bytecomp.el.gz.
Value
nil
Documentation
Character position we began the last read from.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defvar byte-compile-read-position nil
"Character position we began the last `read' from.")