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

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

[nongnu] elpa/engine-mode 16ad9403df 40/71: Load cl-lib instead of cl.el


From: ELPA Syncer
Subject: [nongnu] elpa/engine-mode 16ad9403df 40/71: Load cl-lib instead of cl.el for using cl-defmacro
Date: Wed, 21 Dec 2022 09:59:12 -0500 (EST)

branch: elpa/engine-mode
commit 16ad9403df727238ec7cb8ae206c1d08540a813c
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Harry Schwartz <hello@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 <hello@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

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