Variable: pdumper-fingerprint
pdumper-fingerprint is a variable defined in pdumper.c.
Value
"b3c94133bcd56483f1dbb3fc92764dcbcc3433cbef36ea35e6b202ebe0c04184"
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. */);