Skip to content

Commit

Permalink
Merge pull request #1167 from fukamachi/fix/prompt-for-directory
Browse files Browse the repository at this point in the history
Fix an error in `prompt-for-directory` when certain keyword arguments are given
  • Loading branch information
fukamachi authored Nov 28, 2023
2 parents a885028 + 3bc826a commit de59e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prompt.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
directory :directory-only t)))
:test-function (and existing #'virtual-probe-file)
:history-symbol 'prompt-for-directory
(alexandria:remove-from-plist args :directory default existing))))
(alexandria:remove-from-plist args :directory :default :existing))))
(if (string= result "")
default
result)))
Expand Down

0 comments on commit de59e99

Please sign in to comment.