From 453e7253315bb9010409427439ed42bdd8f7e198 Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Tue, 9 Feb 2016 10:30:59 +0900 Subject: Fix package - Add dependency header - Load cl-lib explicitly for using its function --- mode-icons.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mode-icons.el') diff --git a/mode-icons.el b/mode-icons.el index f13681e..7106c16 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -6,6 +6,7 @@ ;; Keywords: multimedia ;; Version: 0.1.0 ;; URL: http://ryuslash.org/projects/mode-icons.html +;; Package-Requires: ((emacs "24") (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 @@ -51,6 +52,9 @@ ;; (mode-icons-mode) ;;; Code: + +(require 'cl-lib) + (defgroup mode-icons nil "Provide icons for major modes." :group 'editing-basics -- cgit v1.2.3-54-g00ecf