Variable: desktop-file-modtime
desktop-file-modtime is a variable defined in desktop.el.gz.
Value
nil
Documentation
When the desktop file was last modified to the knowledge of this Emacs.
Used to detect desktop file conflicts.
Source Code
;; Defined in /usr/src/emacs/lisp/desktop.el.gz
;; ----------------------------------------------------------------------------
;; Desktop file conflict detection
(defvar desktop-file-modtime nil
"When the desktop file was last modified to the knowledge of this Emacs.
Used to detect desktop file conflicts.")