emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dash 2436bf8 361/426: Add debug declaration on -lambda


From: Phillip Lord
Subject: [elpa] externals/dash 2436bf8 361/426: Add debug declaration on -lambda
Date: Tue, 04 Aug 2015 19:38:53 +0000

branch: externals/dash
commit 2436bf8f737305acff5bafa870a2ee66547716c1
Author: Matus Goljer <address@hidden>
Commit: Matus Goljer <address@hidden>

    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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]