Skip to content

Commit e54037f

Browse files
raxod502progfolio
andauthored
Update straight.el
Co-authored-by: Nicholas Vollmer <[email protected]>
1 parent c27eddd commit e54037f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

straight.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3288,8 +3288,7 @@ return nil."
32883288
(setq files
32893289
(mapcar
32903290
(lambda (entry)
3291-
(when (and (listp entry)
3292-
(eq (car entry) :rename))
3291+
(when (eq (car-safe entry) :rename)
32933292
(setq entry (cons (nth 1 entry) (nth 2 entry))))
32943293
entry)
32953294
files))

0 commit comments

Comments
 (0)