Skip to content

Commit

Permalink
Adjust for keyword-symbol integration
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Sep 15, 2014
1 parent 18a22c4 commit c9d06fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autoloads.scm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(list target path
(fold (^[entry r]
(match entry
[(:macro . syms) (fold (cut acons <> #t <>) r syms)]
[(':macro . syms) (fold (cut acons <> #t <>) r syms)]
[sym (acons sym #f r)]))
'() entries))))

Expand Down

0 comments on commit c9d06fb

Please sign in to comment.