Variable: pdumper-fingerprint
pdumper-fingerprint is a variable defined in pdumper.c.
Value
"53fbc0463edc6ac576713c28fc5b2298dd4a198176283a387b083d3954705619"
Documentation
The fingerprint of this Emacs binary.
It is a string that is supposed to be unique to each build of Emacs.
Source Code
// Defined in /usr/src/emacs/src/pdumper.c
DEFVAR_LISP ("pdumper-fingerprint", Vpdumper_fingerprint,
doc: /* The fingerprint of this Emacs binary.
It is a string that is supposed to be unique to each build of
Emacs. */);