summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNic Ferier <nic@ferrier.me.uk>2013-06-02 22:51:08 +0100
committerNic Ferier <nic@ferrier.me.uk>2013-06-02 22:51:08 +0100
commitd51ebf7ff5b10ef468882186493efdfcb92f56e3 (patch)
treeba6d3ddf5d0e3f790cb4e39966564e53209aceac
parent3a5b8c549614a800afe82e17518a48bdb93ad4da (diff)
note lack of new binding creation
-rw-r--r--noflet.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/noflet.el b/noflet.el
index 4c4da39..4b0a815 100644
--- a/noflet.el
+++ b/noflet.el
@@ -114,9 +114,11 @@ the name `this-fn':
(funcall this-fn file-name default-dir))))
(expand-file-name \"~/test\"))
-This is great for overriding in testing and such like."
+This is great for overriding in testing and such like.
+
+It is NOT currently possible to create new bindings with noflet."
(declare (debug ((&rest (cl-defun)) cl-declarations body))
- (indent defun))
+ (indent 1))
(apply 'noflet|expand bindings body))
(defmacro* let-while ((var expression) &rest body)