summaryrefslogtreecommitdiff
path: root/noflet.el
diff options
context:
space:
mode:
Diffstat (limited to 'noflet.el')
-rw-r--r--noflet.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/noflet.el b/noflet.el
index 5dc33ad..4c4da39 100644
--- a/noflet.el
+++ b/noflet.el
@@ -29,6 +29,8 @@
;;; 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.