branch: elpa/cond-let
commit 521bb6bbfe94ad3f6141d10907145a786e52d3d7
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    cond-let-test--macroexpansion: Remove temporary kludge
    
    That was needed because one test was just a stub.
---
 cond-let-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cond-let-tests.el b/cond-let-tests.el
index f9615e25db1..95efd57cd3e 100644
--- a/cond-let-tests.el
+++ b/cond-let-tests.el
@@ -44,7 +44,7 @@
                  (make-symbol (format "%s%d" (or prefix "g") num)))))))
        ,@body)))
 
-(defmacro cond-let-test--macroexpansion (all &optional value form expansion) 
;TEMP optional
+(defmacro cond-let-test--macroexpansion (all value form expansion)
   (declare (indent 2))
   `(cond-let-test--with-deterministic-gensym
      (should (equal (,(if all #'macroexpand-all #'macroexpand) ',form)

Reply via email to