emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swift-mode 73abb98 292/496: Use cl-lib function instead of


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 73abb98 292/496: Use cl-lib function instead of cl.el one
Date: Sun, 29 Aug 2021 11:33:53 -0400 (EDT)

branch: elpa/swift-mode
commit 73abb983f33188650a21ffa92d57ae0b66aac396
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]