diff options
author | Noam Postavsky <npostavs@gmail.com> | 2017-09-01 09:38:55 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2017-10-15 13:58:45 -0400 |
commit | 616b4c59561c63b986634d666c45a73e95fac392 (patch) | |
tree | 3f9feecb986003a6d54ae8b18eff259cebe4abde /etc | |
parent | 8eb3c01dbd2ed0bd54a18ab0a13cfc262b21b45e (diff) | |
download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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'. |