branch: elpa/multiple-cursors
commit 94164f706a7ae32c981b8c54b9f8fa9877f0fc28
Merge: 129ea77 52300ff
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>

    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