From 04be59f13bae40452451279960dd3f023a68cb17 Mon Sep 17 00:00:00 2001 From: Nic Ferier Date: Mon, 3 Jun 2013 08:56:03 +0100 Subject: remove cl requirement and bump the version --- noflet.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/noflet.el b/noflet.el index 02851d8..3e5866c 100644 --- a/noflet.el +++ b/noflet.el @@ -4,7 +4,7 @@ ;; Author: Nic Ferrier ;; Keywords: lisp -;; Version: 0.0.3 +;; Version: 0.0.4 ;; Url: https://github.com/nicferrier/emacs-noflet ;; This program is free software; you can redistribute it and/or modify @@ -29,8 +29,6 @@ ;;; Code: (require 'cl-macs) -(require 'cl) -(setplist 'noflet (symbol-plist 'flet)) ;; make sure we have the right indent (defun noflet|expand (bindings &rest forms) "Expand BINDINGS and evaluate FORMS. -- cgit v1.2.3