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

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

[ELPA-diffs] [elpa] 06/14: Require cl before using cl


From: emacs-devel
Subject: [ELPA-diffs] [elpa] 06/14: Require cl before using cl
Date: Tue, 14 Jan 2014 20:57:08 +0000

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 <address@hidden>
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.



reply via email to

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