You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ffi-window-set-buffer and ffi-focus-prompt-buffer are basically the same, so they could be united into a single generic ffi-focus with specializations for buffer and prompt-buffer.
The fact that ffi-focus-prompt-buffer takes prompt-buffer as its only argument, whereas ffi-window-set-buffer takes buffer and window is related to #3469.
As per #2464, it would be wiser to call it ffi-to-foreground instead of ffi-focus.
The text was updated successfully, but these errors were encountered:
ffi-window-set-buffer
andffi-focus-prompt-buffer
are basically the same, so they could be united into a single genericffi-focus
with specializations forbuffer
andprompt-buffer
.The fact that
ffi-focus-prompt-buffer
takesprompt-buffer
as its only argument, whereasffi-window-set-buffer
takesbuffer
andwindow
is related to #3469.As per #2464, it would be wiser to call it
ffi-to-foreground
instead offfi-focus
.The text was updated successfully, but these errors were encountered: