diff options
| author | Juri Linkov | 2013-12-16 23:48:51 +0200 |
|---|---|---|
| committer | Juri Linkov | 2013-12-16 23:48:51 +0200 |
| commit | 6c8e0ae69b3488e4ff38527cc930202e9cd9a98e (patch) | |
| tree | 9781f728a7f21b474fe44525af24877d18b2ae43 /etc | |
| parent | 2178e8589a6f650eba114153be01d14f9ed08b60 (diff) | |
| download | emacs-6c8e0ae69b3488e4ff38527cc930202e9cd9a98e.tar.gz emacs-6c8e0ae69b3488e4ff38527cc930202e9cd9a98e.zip | |
* 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
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -398,8 +398,8 @@ on the given date. | |||
| 398 | 398 | ||
| 399 | ** Desktop | 399 | ** Desktop |
| 400 | 400 | ||
| 401 | *** `desktop-auto-save-timeout' defines the number of seconds between | 401 | *** `desktop-auto-save-timeout' defines the number of seconds idle time |
| 402 | auto-saves of the desktop. | 402 | before auto-save of the desktop. |
| 403 | 403 | ||
| 404 | *** `desktop-restore-frames', enabled by default, allows saving and | 404 | *** `desktop-restore-frames', enabled by default, allows saving and |
| 405 | restoring the frame/window configuration (frameset). Additional options | 405 | restoring the frame/window configuration (frameset). Additional options |