Lars Ingebrigtsen writes: > "Drew Adams" writes: > >> Rename these commands and deprecate the old names. There is no such >> thing as a multiframe window, which would mean a window on more than one >> frame. These commands should be called something like: >> `(next|previous)-window-any-frame'. > > I agree. Any objections? There does not seem to be many users of these > functions: > > ./frame.el:522:(defun next-multiframe-window () > ./frame.el:530:(defun previous-multiframe-window () > ./term/ns-win.el:105:(define-key global-map [?\s-'] 'next-multiframe-window) Makes sense to me. Any objections to the below patch?