* lisp/desktop.el (desktop-auto-save-timeout): Change default to
commit6c8e0ae69b3488e4ff38527cc930202e9cd9a98e
authorJuri Linkov <juri@jurta.org>
Mon, 16 Dec 2013 21:48:51 +0000 (16 23:48 +0200)
committerJuri Linkov <juri@jurta.org>
Mon, 16 Dec 2013 21:48:51 +0000 (16 23:48 +0200)
tree9781f728a7f21b474fe44525af24877d18b2ae43
parent2178e8589a6f650eba114153be01d14f9ed08b60
* lisp/desktop.el (desktop-auto-save-timeout): Change default to
`auto-save-timeout'.  Doc fix.
(desktop-save): Skip the timestamp in desktop-saved-frameset
when checking for auto-save changes.
(desktop-auto-save): Don't call desktop-auto-save-set-timer since
`desktop-auto-save' is called repeatedly by the idle timer.
(desktop-auto-save-set-timer): Replace `run-with-timer' with
`run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.

Fixes: debbugs:15331
etc/NEWS
lisp/ChangeLog
lisp/desktop.el