Skip to content

Commit

Permalink
command-commands: Remove typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
aartaka committed Oct 11, 2023
1 parent 057c7ee commit fd0ad56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/command-commands.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ from a key binding.")
(expression (uiop:safe-read-from-string proper-input))
(symbol (symbol-name (first expression)))
(symbols (append (nth-value 1 (sym:resolve-symbol symbol :command (list-all-packages)))
yyyy (nth-value 1 (sym:resolve-symbol symbol :function (list-all-packages)))
yy (nth-value 1 (sym:resolve-symbol symbol :variable (list-all-packages))))))
(nth-value 1 (sym:resolve-symbol symbol :function (list-all-packages)))
(nth-value 1 (sym:resolve-symbol symbol :variable (list-all-packages))))))
(delete
nil (mapcar (lambda (sym)
(funcall (prompter:suggestion-maker source)
Expand Down

0 comments on commit fd0ad56

Please sign in to comment.