mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 03d03b307dc890d5ef79e77751f7788766ff1543 Author: Matthew L. Fidler <[email protected]> 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
