aboutsummaryrefslogtreecommitdiff
path: root/modules/ai-term.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-15 21:52:30 -0500
committerCraig Jennings <c@cjennings.net>2026-06-15 21:52:30 -0500
commitd1f8c182ff3301e0bd581dbccb43c3c0a71102ca (patch)
treeabddfa38bc737eb5aa3f63ec514621209e6ba196 /modules/ai-term.el
parent984b72b3103e663f6084107eed2f2f5f9016f66f (diff)
downloaddotemacs-d1f8c182ff3301e0bd581dbccb43c3c0a71102ca.tar.gz
dotemacs-d1f8c182ff3301e0bd581dbccb43c3c0a71102ca.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/ai-term.el')
0 files changed, 0 insertions, 0 deletions