branch: master commit 1a6fcaf78e29d157b853e68839284535e6ffefd0 Author: Syohei YOSHIDA <syo...@gmail.com> Commit: Syohei YOSHIDA <syo...@gmail.com>
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."