diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-09-03 18:44:36 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-09-03 18:44:36 +0200 |
| commit | 521bb6bbfe94ad3f6141d10907145a786e52d3d7 (patch) | |
| tree | a41608104a67b8cde81863d5388f5b92a0b7a461 | |
| parent | 4c18cfc01b464ac24210d4db23d300f2c5484651 (diff) | |
cond-let-test--macroexpansion: Remove temporary kludge
That was needed because one test was just a stub.
| -rw-r--r-- | cond-let-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cond-let-tests.el b/cond-let-tests.el index f9615e2..95efd57 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) |
