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

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

[nongnu] elpa/swift-mode c73d653 151/496: Use correct function from cl-l


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode c73d653 151/496: Use correct function from cl-lib
Date: Sun, 29 Aug 2021 11:33:26 -0400 (EDT)

branch: elpa/swift-mode
commit c73d65320efdcbf63eea2db9d3f544df9641c687
Author: ap4y <lod@pisem.net>
Commit: ap4y <lod@pisem.net>

    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)



reply via email to

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