Skip to content

Fix for mct-complete-and-exit: don't complete twice

jao requested to merge (removed):main into main

We don't need to call minibuffer-complete-and-exit to exit the minibuffer, since this is happening after mct-edit-completion. Moreover, trying to complete here breaks read-string when RET is rebound to mct-complete-and-exit.

Merge request reports