From: Phil Sainty Date: Sun, 26 Jun 2016 05:00:08 +0000 (+1200) Subject: Bug fix for missing 'cl requirement for destructuring-bind macro X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/35e5d3137f55d972344565c8dfb1bf1c3fdd9d7d Bug fix for missing 'cl requirement for destructuring-bind macro --- 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.