]> code.delx.au - gnu-emacs-elpa/commitdiff
Load cl-lib for using cl-mapcar
authorSyohei YOSHIDA <syohex@gmail.com>
Wed, 28 Oct 2015 09:58:58 +0000 (18:58 +0900)
committerSyohei YOSHIDA <syohex@gmail.com>
Wed, 28 Oct 2015 09:58:58 +0000 (18:58 +0900)
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."