diff --git a/yasnippet-debug.el b/yasnippet-debug.el index 22c4035..8125675 100644 --- a/yasnippet-debug.el +++ b/yasnippet-debug.el @@ -58,7 +58,7 @@ (if ,(car key-val) (when-let* ,key-vals ,@body))) - (macroexp-progn body))))))) + `(progn ,@body))))))) (defvar yas-debug-live-indicators (make-hash-table :test #'eq))