]> git.eshelyaron.com Git - emacs.git/commit
Rename *-multiframe-window to *-window-any-frame
authorStefan Kangas <stefankangas@gmail.com>
Tue, 5 Nov 2019 23:49:02 +0000 (00:49 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 5 Nov 2019 23:49:19 +0000 (00:49 +0100)
commitc91c145d61cb53cb9f88686cbde4aaf6d9c42794
treec9e7dd4103fa32a96c8480aa7bb929a6885ebc61
parenta8dbb7cc865f227a39708df3fe8d24e6f52b6e28
Rename *-multiframe-window to *-window-any-frame

Suggested by Drew Adams.

* lisp/frame.el
(next-multiframe-window): Define as obsolete alias for...
(next-window-any-frame): ...new function name.
(previous-multiframe-window): Define as obsolete alias for...
(previous-window-any-frame): ...new function name.  (Bug#12436)

* lisp/term/ns-win.el (global-map): Use new command name.
* doc/emacs/windows.texi (Other Window): Document it.
* etc/NEWS: Announce it.
doc/emacs/windows.texi
etc/NEWS
lisp/frame.el
lisp/term/ns-win.el