branch: master commit 2e69471df27fa618053d03848b897dc2ecfa1f31 Author: Noam Postavsky <npost...@users.sourceforge.net> Commit: Noam Postavsky <npost...@users.sourceforge.net>
; 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))