-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
remq
instead of delq
in `selectrum-prescient-create-and-bind-…
…toggle-command`. (#124) Even though we use `make-local-variable` to ensure that `prescient-filter-method` is buffer-local in the minibuffer, it seems that `delq` might still modify `prescient-filter-method` as a global variable. It was assumed that destructive functions would only modify the buffer-local value, but that is apparently not the case. See also issue #123 and PR #124. Co-authored-by: okamsn <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters