; yasnippet-debug.el: macroexp-progn is not avaiable in Emacs 23.

This commit is contained in:
Noam Postavsky 2018-01-31 07:39:37 -05:00
parent ff8e833375
commit 2e69471df2

View File

@ -58,7 +58,7 @@
(if ,(car key-val) (if ,(car key-val)
(when-let* ,key-vals (when-let* ,key-vals
,@body))) ,@body)))
(macroexp-progn body))))))) `(progn ,@body)))))))
(defvar yas-debug-live-indicators (defvar yas-debug-live-indicators
(make-hash-table :test #'eq)) (make-hash-table :test #'eq))