commit a2e3d8015e8135a2e461b81397d381d8e81b2748
parent 3d2148755a48d32c74160477c5bcb6059631ac4d
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sun, 5 Jan 2014 11:52:31 -0800
Merge pull request #95 from ryantm/byte-compile-warning
add Local Variable to ignore cl-function byte compile warnings
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/solarized-theme-utils.el b/solarized-theme-utils.el
@@ -65,8 +65,8 @@ in the format of solarized-theme.el."
"")))))
faces)))
-
-
+;; Local Variables:
+;; byte-compile-warnings: (not cl-functions)
+;; End:
(provide 'solarized-theme-utils)
-
;;; solarized-theme-utils.el ends here