This is an automated email from the git hooks/post-receive script. root pushed a commit to branch master in repository elpa.
commit 2bf0ecfd29e78d276a18623de637cc7ec78d5bc5 Author: Daniel Colascione <dan...@dancol.org> Date: Mon Dec 23 05:25:18 2013 -0800 Require cl before using cl --- company-oddmuse.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/company-oddmuse.el b/company-oddmuse.el index b76c87e..2415a74 100644 --- a/company-oddmuse.el +++ b/company-oddmuse.el @@ -26,9 +26,9 @@ ;;; Code: (require 'company) +(eval-when-compile (require 'cl)) (eval-when 'compile (require 'yaooddmuse nil t)) (eval-when 'compile (require 'oddmuse nil t)) -(eval-when-compile (require 'cl)) (defvar company-oddmuse-link-regexp "\\(\\<[A-Z][[:alnum:]]*\\>\\)\\|\\[\\[\\([[:alnum:]]+\\>\\|\\)") -- To stop receiving notification emails like this one, please contact the administrator of this repository.