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

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

[nongnu] elpa/multiple-cursors 94164f7 191/434: Merge pull request #41 f


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 94164f7 191/434: Merge pull request #41 from purcell/patch-1
Date: Sat, 7 Aug 2021 09:20:23 -0400 (EDT)

branch: elpa/multiple-cursors
commit 94164f706a7ae32c981b8c54b9f8fa9877f0fc28
Merge: 129ea77 52300ff
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    Merge pull request #41 from purcell/patch-1
    
    Prevent byte-compilation warnings 'cl functions
---
 mc-cycle-cursors.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/mc-cycle-cursors.el b/mc-cycle-cursors.el
index 0782f21..4c93dc7 100644
--- a/mc-cycle-cursors.el
+++ b/mc-cycle-cursors.el
@@ -113,4 +113,10 @@
 
 (provide 'mc-cycle-cursors)
 
+
+;; Local Variables:
+;; coding: utf-8
+;; byte-compile-warnings: (not cl-functions)
+;; End:
+
 ;;; mc-cycle-cursors.el ends here



reply via email to

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