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

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

[elpa] master 1a6fcaf 07/11: Load cl-lib for using cl-mapcar


From: Artur Malabarba
Subject: [elpa] master 1a6fcaf 07/11: Load cl-lib for using cl-mapcar
Date: Fri, 30 Oct 2015 09:54:03 +0000

branch: master
commit 1a6fcaf78e29d157b853e68839284535e6ffefd0
Author: Syohei YOSHIDA <address@hidden>
Commit: Syohei YOSHIDA <address@hidden>

    Load cl-lib for using cl-mapcar
---
 beacon.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/beacon.el b/beacon.el
index 97bef0c..fa1e603 100644
--- a/beacon.el
+++ b/beacon.el
@@ -6,7 +6,7 @@
 ;; URL: https://github.com/Malabarba/beacon
 ;; Keywords: convenience
 ;; Version: 0.3
-;; Package-Requires: ((seq "1.9"))
+;; Package-Requires: ((seq "1.9") (cl-lib "0.5"))
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -38,6 +38,7 @@
 ;;; Code:
 
 (require 'seq)
+(require 'cl-lib)
 
 (defgroup beacon nil
   "Customization group for beacon."



reply via email to

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