Files
emacs/lisp/ibuffer.el
Miha Rihtaršič 304a3b9ee8 Fix problem with focusing in `C-o' in ibuffer in some circumstances
* lisp/ibuffer.el (ibuffer-visit-buffer-other-window-noselect):
Use display-buffer instead of pop-to-buffer and selecting the old
window.  `pop-to-buffer' focuses the new frame, but
`select-window' usually fails to focus the original frame.  This
simple patch fixes that (bug#48218).
2021-05-18 17:08:58 +02:00

98 KiB