mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
; yasnippet-debug.el: macroexp-progn is not avaiable in Emacs 23.
This commit is contained in:
parent
ff8e833375
commit
2e69471df2
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user