summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2017-09-01 09:38:55 -0400
committerNoam Postavsky <npostavs@gmail.com>2017-10-15 13:58:45 -0400
commit616b4c59561c63b986634d666c45a73e95fac392 (patch)
tree3f9feecb986003a6d54ae8b18eff259cebe4abde /etc
parent8eb3c01dbd2ed0bd54a18ab0a13cfc262b21b45e (diff)
downloademacs-616b4c59561c63b986634d666c45a73e95fac392.tar.gz
Let select-frame-by-name choose any frame when called from lisp (Bug#25521)
* lisp/frame.el (select-frame-by-name): Choose from the whole list of frames in the non-interactive part, if not found on the current display.
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 2b2aa7c0f0f..d995a3dded0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1863,6 +1863,10 @@ For details see the section "(elisp) Mouse Window Auto-selection" in
the ELisp manual.
---
+*** 'select-frame-by-name' now may return a frame on another display
+if it does not find a suitable one on the current display.
+
+---
** 'tcl-auto-fill-mode' is now declared obsolete. Its functionality
can be replicated simply by setting 'comment-auto-fill-only-comments'.