emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 20/287: Add requires for byte-compile


From: Matthew Fidler
Subject: [elpa] 20/287: Add requires for byte-compile
Date: Wed, 02 Jul 2014 14:44:15 +0000

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

commit d648a191f377138b50476ec333d186c65ead6d96
Author: Matthew L. Fidler <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]