branch: elpa/engine-mode
commit 16ad9403df727238ec7cb8ae206c1d08540a813c
Author: Syohei YOSHIDA <syo...@gmail.com>
Commit: Harry Schwartz <he...@harryrschwartz.com>

    Load cl-lib instead of cl.el for using cl-defmacro
---
 engine-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/engine-mode.el b/engine-mode.el
index b04184aaaf..88d8bd7272 100644
--- a/engine-mode.el
+++ b/engine-mode.el
@@ -3,6 +3,7 @@
 ;; Author: Harry R. Schwartz <he...@harryrschwartz.com>
 ;; Version: 2.0.0
 ;; URL: https://github.com/hrs/engine-mode/engine-mode.el
+;; Package-Requires: ((cl-lib "0.5"))
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -48,7 +49,7 @@
 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Code:
-(eval-when-compile (require 'cl))
+(require 'cl-lib)
 
 (defvar engine-mode-map (make-sparse-keymap))
 (defvar engine-mode-prefixed-map (make-sparse-keymap))

Reply via email to