Skip to content

Commit de59e99

Browse files
authored
Merge pull request #1167 from fukamachi/fix/prompt-for-directory
Fix an error in `prompt-for-directory` when certain keyword arguments are given
2 parents a885028 + 3bc826a commit de59e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prompt.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
directory :directory-only t)))
121121
:test-function (and existing #'virtual-probe-file)
122122
:history-symbol 'prompt-for-directory
123-
(alexandria:remove-from-plist args :directory default existing))))
123+
(alexandria:remove-from-plist args :directory :default :existing))))
124124
(if (string= result "")
125125
default
126126
result)))

0 commit comments

Comments
 (0)