branch: master
commit 6f493ee8855b830bbe79e9121cd5d97a9df7544f
Merge: d0b7011 1a6fcaf
Author: Artur Malabarba <malaba...@users.noreply.github.com>
Commit: Artur Malabarba <malaba...@users.noreply.github.com>

    Merge pull request #29 from syohex/cl-lib
    
    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