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