diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-15 21:52:30 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-15 21:52:30 -0500 |
| commit | d924e81441d3cce1e40ed16fffdba102a1538879 (patch) | |
| tree | 390ea15d4a770eee73f9cc2b75b10fde1148f8f0 /modules/cj-window-toggle-lib.el | |
| parent | 42a6218670b92ff11a7fc9cc986775b45c07bff1 (diff) | |
| download | dotemacs-d924e81441d3cce1e40ed16fffdba102a1538879.tar.gz dotemacs-d924e81441d3cce1e40ed16fffdba102a1538879.zip | |
fix(ui-navigation): undo-kill-buffer skips open files via equal
The visited-file filter used delq, comparing expand-file-name strings by eq, so an already-open file was never removed from the candidates (the skip logic was dead). Use delete (equal). Adds a test with the open file at the head of the list, where the eq/equal difference actually shows.
Diffstat (limited to 'modules/cj-window-toggle-lib.el')
0 files changed, 0 insertions, 0 deletions
