From 2436bf8f737305acff5bafa870a2ee66547716c1 Mon Sep 17 00:00:00 2001 From: Matus Goljer Date: Thu, 6 Nov 2014 13:50:08 +0100 Subject: [PATCH] Add debug declaration on -lambda --- dash.el | 5 +++++ 1 file changed, 5 insertions(+) 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"))