Variable: desktop-file-checksum
desktop-file-checksum is a variable defined in desktop.el.gz.
Value
nil
Documentation
Checksum of the last auto-saved contents of the desktop file.
Used to avoid writing contents unchanged between auto-saves.
Source Code
;; Defined in /usr/src/emacs/lisp/desktop.el.gz
(defvar desktop-file-checksum nil
"Checksum of the last auto-saved contents of the desktop file.
Used to avoid writing contents unchanged between auto-saves.")