aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2013-12-16 23:48:51 +0200
committerJuri Linkov2013-12-16 23:48:51 +0200
commit6c8e0ae69b3488e4ff38527cc930202e9cd9a98e (patch)
tree9781f728a7f21b474fe44525af24877d18b2ae43 /etc
parent2178e8589a6f650eba114153be01d14f9ed08b60 (diff)
downloademacs-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/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ad385f4d373..0977accff3f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
402auto-saves of the desktop. 402before 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
405restoring the frame/window configuration (frameset). Additional options 405restoring the frame/window configuration (frameset). Additional options