Variable: gensym-counter
gensym-counter is a variable defined in subr.el.gz.
Value
16261
Documentation
Number used to construct the name of the next symbol created by gensym.
Source Code
;; Defined in /usr/src/emacs/lisp/subr.el.gz
;;;; Basic Lisp functions.
(defvar gensym-counter 0
"Number used to construct the name of the next symbol created by `gensym'.")