From 2e69471df27fa618053d03848b897dc2ecfa1f31 Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Wed, 31 Jan 2018 07:39:37 -0500 Subject: [PATCH] ; yasnippet-debug.el: macroexp-progn is not avaiable in Emacs 23. --- yasnippet-debug.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))