summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-05-29 22:45:33 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-05-29 22:48:01 -0700
commit845ee5773196461f3d2a0d4b964eaeb65ff63c28 (patch)
tree1361ce4c7ca8e06d7cf4211c476c8e718b360d6c /etc
parentee28b4cd46487ca8ff3d587a5d0ada436aa3b955 (diff)
downloademacs-845ee5773196461f3d2a0d4b964eaeb65ff63c28.tar.gz
Restore frames into the current display by default
* lisp/desktop.el (desktop-restore-in-current-display): Default to t, not nil (Bug#23604). * etc/NEWS: Mention the change.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 670465f2ab8..00515f579f2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -361,6 +361,10 @@ recommended to do this as soon as you have firmly upgraded to Emacs
25.1 (or later). Should you ever need to downgrade your desktop file
to version 206, you can do this with 'C-u C-u M-x desktop-save'.
+---
+*** desktop-restore-in-current-display now defaults to t, not nil.
+That is, Emacs by default now restores frames into the current display.
+
+++
** New function 'bookmark-set-no-overwrite' bound to 'C-x r M'.
It raises an error if a bookmark of that name already exists,