]> code.delx.au - gnu-emacs-elpa/commitdiff
Merge pull request #29 from syohex/cl-lib
authorArtur Malabarba <Malabarba@users.noreply.github.com>
Wed, 28 Oct 2015 12:12:02 +0000 (12:12 +0000)
committerArtur Malabarba <Malabarba@users.noreply.github.com>
Wed, 28 Oct 2015 12:12:02 +0000 (12:12 +0000)
Load cl-lib for using cl-mapcar

beacon.el

index 97bef0c1c1356904b0c419cacff9c45eefeb4080..fa1e603b60e5b7752eebfd99b9b6d5e17ce8859a 100644 (file)
--- 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."