diff options
Diffstat (limited to 'lisp/desktop.el')
-rw-r--r-- | lisp/desktop.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/desktop.el b/lisp/desktop.el index 73228ce040b..66e2aef9798 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -1554,8 +1554,7 @@ and try to load that." (setq buffer-display-time (if buffer-display-time (time-add buffer-display-time - (time-subtract (current-time) - desktop-file-modtime)) + (time-subtract nil desktop-file-modtime)) (current-time))) (unless (< desktop-file-version 208) ; Don't misinterpret any old custom args (dolist (record compacted-vars) |