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

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

[nongnu] elpa/swift-mode b7cc115 293/496: Merge pull request #116 from s


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode b7cc115 293/496: Merge pull request #116 from syohex/use-cl-lib
Date: Sun, 29 Aug 2021 11:33:54 -0400 (EDT)

branch: elpa/swift-mode
commit b7cc115d20c9f9420deece3ee0893658baf45ded
Merge: c303245 73abb98
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Commit: Bozhidar Batsov <bozhidar.batsov@gmail.com>

    Merge pull request #116 from syohex/use-cl-lib
    
    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]