From 35e5d3137f55d972344565c8dfb1bf1c3fdd9d7d Mon Sep 17 00:00:00 2001 From: Phil Sainty Date: Sun, 26 Jun 2016 17:00:08 +1200 Subject: [PATCH] Bug fix for missing 'cl requirement for destructuring-bind macro --- delight.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/delight.el b/delight.el index 989bb8cca..840d03ee8 100644 --- a/delight.el +++ b/delight.el @@ -2,7 +2,7 @@ ;; ;; Author: Phil S. ;; URL: http://www.emacswiki.org/emacs/DelightedModes -;; Version: 1.01 +;; Version: 1.02 ;; Commentary: ;; @@ -52,11 +52,15 @@ ;;; Changelog: ;; +;; 1.02 - Bug fix for missing 'cl requirement for destructuring-bind macro. ;; 1.01 - Added support for using the keyword :major as the FILE argument ;; for major modes, to avoid also processing them as minor modes. ;;; Code: +(eval-when-compile + (require 'cl)) + (defvar delighted-modes () "List of specs for modifying the display of mode names in the mode line. -- 2.39.2