From 16b1513b8218e5f0a9bd4f8df44d16fa414e70d7 Mon Sep 17 00:00:00 2001 From: Nic Ferier Date: Wed, 12 Jun 2013 10:57:23 +0100 Subject: fix problems with using defmacro* by requiring cl properly. --- noflet.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/noflet.el b/noflet.el index 70103fe..da10061 100644 --- a/noflet.el +++ b/noflet.el @@ -4,7 +4,7 @@ ;; Author: Nic Ferrier ;; Keywords: lisp -;; Version: 0.0.6 +;; Version: 0.0.7 ;; Url: https://github.com/nicferrier/emacs-noflet ;; This program is free software; you can redistribute it and/or modify @@ -29,6 +29,7 @@ ;;; Code: (require 'cl-macs) +(eval-when-compile (require 'cl)) (defun noflet|base () "A base function." -- cgit v1.2.3