We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f3c5f commit 80fa236Copy full SHA for 80fa236
projectile.el
@@ -1101,7 +1101,7 @@ is cleared when there is no current project (unless you give a prefix
1101
argument)."
1102
(interactive "P")
1103
(setq projectile-project-root-cache (make-hash-table :test 'equal))
1104
- (when-let ((project-root
+ (when-let* ((project-root
1105
(if prompt
1106
(completing-read "Remove cache for: "
1107
(hash-table-keys projectile-projects-cache))
@@ -4147,7 +4147,7 @@ anaphora.el."
4147
(if (null clauses)
4148
nil
4149
(let ((cl1 (car clauses))
4150
- (sym (cl-gensym)))
+ (sym (gensym)))
4151
`(let ((,sym ,(car cl1)))
4152
(if ,sym
4153
(if (null ',(cdr cl1))
0 commit comments