Skip to content

Commit

Permalink
Use mapcan instead of cl-mapcan
Browse files Browse the repository at this point in the history
This was added in Emacs 26.1.
  • Loading branch information
tarsius committed Nov 23, 2024
1 parent 381da7b commit 4187336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion borg-elpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
(directory-file-name borg-drones-directory))
(unless (featurep 'epkg)
(let ((load-path
(nconc (cl-mapcan
(nconc (mapcan
(lambda (name)
(let ((dir (expand-file-name name borg-drones-directory)))
(if (file-directory-p dir)
Expand Down

0 comments on commit 4187336

Please sign in to comment.