mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
This was erroring when run inside a popup (eg. `M-x ielm` `C-x k`) due to a missing check for `window-live-p`. We don't need to do anything if the window has already gone away. The real vs unreal check was backwards; we should only try `previous-buffer` if the current buffer is *not* real.
12 KiB
12 KiB