aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert2016-05-29 22:45:33 -0700
committerPaul Eggert2016-05-29 22:48:01 -0700
commit845ee5773196461f3d2a0d4b964eaeb65ff63c28 (patch)
tree1361ce4c7ca8e06d7cf4211c476c8e718b360d6c /lisp
parentee28b4cd46487ca8ff3d587a5d0ada436aa3b955 (diff)
downloademacs-845ee5773196461f3d2a0d4b964eaeb65ff63c28.tar.gz
emacs-845ee5773196461f3d2a0d4b964eaeb65ff63c28.zip
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 'lisp')
-rw-r--r--lisp/desktop.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/desktop.el b/lisp/desktop.el
index dba3277c091..1f460b7a3ed 100644
--- a/lisp/desktop.el
+++ b/lisp/desktop.el
@@ -408,7 +408,7 @@ See related options `desktop-restore-reuses-frames',
408 :group 'desktop 408 :group 'desktop
409 :version "24.4") 409 :version "24.4")
410 410
411(defcustom desktop-restore-in-current-display nil 411(defcustom desktop-restore-in-current-display t
412 "Controls how restoring of frames treats displays. 412 "Controls how restoring of frames treats displays.
413If t, restores frames into the current display. 413If t, restores frames into the current display.
414If nil, restores frames into their original displays (if possible). 414If nil, restores frames into their original displays (if possible).