branch: elpa/swift-mode
commit c73d65320efdcbf63eea2db9d3f544df9641c687
Author: ap4y <[email protected]>
Commit: ap4y <[email protected]>
Use correct function from cl-lib
---
swift-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/swift-mode.el b/swift-mode.el
index 9793755..1036f3e 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -503,7 +503,7 @@
(let (source file)
(setq source (flycheck-substitute-argument 'source 'swift))
(setq file (file-name-nondirectory source))
- (remove-if-not
+ (cl-remove-if-not
#'(lambda (path)
(and
(eq (string-match ".#" path) nil)