Merge pull request #41 from purcell/patch-1

Prevent byte-compilation warnings 'cl functions
This commit is contained in:
Magnar Sveen 2012-11-26 03:28:46 -08:00
commit 94164f706a

View File

@ -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