branch: externals/dash
commit 2436bf8f737305acff5bafa870a2ee66547716c1
Author: Matus Goljer <[email protected]>
Commit: Matus Goljer <[email protected]>
Add debug declaration on -lambda
---
dash.el | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/dash.el b/dash.el
index 44eec0d..078305d 100644
--- a/dash.el
+++ b/dash.el
@@ -1532,6 +1532,11 @@ translated into normal lambda, so there is no performance
penalty.
See `-let' for the description of destructuring mechanism."
+ (declare (doc-string 2) (indent defun)
+ (debug (&define sexp
+ [&optional stringp]
+ [&optional ("interactive" interactive)]
+ def-body)))
(cond
((not (consp match-form))
(signal 'wrong-type-argument "match-form must be a list"))