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

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

[elpa] 27/287: Added cl require for ergoemacs-functions (Issue #225).


From: Matthew Fidler
Subject: [elpa] 27/287: Added cl require for ergoemacs-functions (Issue #225).
Date: Wed, 02 Jul 2014 14:44:19 +0000

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

commit 03d03b307dc890d5ef79e77751f7788766ff1543
Author: Matthew L. Fidler <address@hidden>
Date:   Sun Jun 1 13:37:23 2014 +0800

    Added cl require for ergoemacs-functions (Issue #225).
---
 ergoemacs-functions.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el
index c477790..bba1822 100644
--- a/ergoemacs-functions.el
+++ b/ergoemacs-functions.el
@@ -29,6 +29,7 @@
 ;; 
 
 ;;; Code:
+(eval-when-compile (require 'cl))
 
 (require 'redo "redo.elc" t) ; for redo shortcut
 (defvar ergoemacs-dir



reply via email to

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