From 1a6fcaf78e29d157b853e68839284535e6ffefd0 Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Wed, 28 Oct 2015 18:58:58 +0900 Subject: [PATCH] Load cl-lib for using cl-mapcar --- beacon.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beacon.el b/beacon.el index 97bef0c1c..fa1e603b6 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." -- 2.39.2