branch: elpa/swift-mode commit 73abb983f33188650a21ffa92d57ae0b66aac396 Author: Syohei YOSHIDA <syo...@gmail.com> Commit: Syohei YOSHIDA <syo...@gmail.com>
Use cl-lib function instead of cl.el one --- swift-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index c071c73..1810814 100644 --- a/swift-mode.el +++ b/swift-mode.el @@ -682,7 +682,7 @@ We try to constraint those lookups by reasonable number of lines.") (option "-target" flycheck-swift-target) (option "-import-objc-header" flycheck-swift-import-objc-header) (eval - (mapcan + (cl-mapcan #'(lambda (path) (list "-Xcc" (concat "-I" path))) flycheck-swift-cc-include-search-paths)) "-primary-file" source)