Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Nov 23, 2023
1 parent c0eca33 commit 27731dc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -816,10 +816,11 @@ copy of the list."
(if (and (not (string-empty-p prefix))
minibuffer-completing-file-name)
(cl-loop for regexp in regexps
collect (concat "\\(?:"
(regexp-quote prefix)
"\\)"
regexp))
collect (concat
"\\(?:"
(regexp-quote prefix)
"\\)"
regexp))
regexps)))
(prescient--add-sort-info
(all-completions prefix candidates pred)
Expand Down

0 comments on commit 27731dc

Please sign in to comment.