]> code.delx.au - gnu-emacs-elpa/commitdiff
Bug fix for missing 'cl requirement for destructuring-bind macro
authorPhil Sainty <psainty@orcon.net.nz>
Sun, 26 Jun 2016 05:00:08 +0000 (17:00 +1200)
committerPhil Sainty <psainty@orcon.net.nz>
Sun, 26 Jun 2016 05:18:49 +0000 (17:18 +1200)
delight.el

index 989bb8cca065996e589922543746efa3efb25714..840d03ee85561c3d57571d0f6efb5ea4bc39977a 100644 (file)
@@ -2,7 +2,7 @@
 ;;
 ;; Author: Phil S.
 ;; URL: http://www.emacswiki.org/emacs/DelightedModes
-;; Version: 1.01
+;; Version: 1.02
 
 ;; Commentary:
 ;;
 
 ;;; 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.