mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit d648a191f377138b50476ec333d186c65ead6d96
Author: Matthew L. Fidler <[email protected]>
Date:   Tue May 27 11:48:09 2014 -0500

    Add requires for byte-compile
---
 ergoemacs-theme-engine.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el
index 81cd836..98b96dc 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -51,6 +51,9 @@
 ;; 
 ;;; Code:
 
+(eval-when-compile (require 'cl))
+(require 'ergoemacs-advices)
+
 (defgroup ergoemacs-themes nil
   "Default Ergoemacs Layout"
   :group 'ergoemacs-mode)

Reply via email to