commit a2869c9902ced9689ba480ab753b4eed82839fe3
parent cc120cfc2f2a1f7ccf59ec9c7d5e2ccfcec84426
Author: Ryan Mulligan <ryan@ryantm.com>
Date: Sun, 5 Jan 2014 11:20:46 -0800
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