emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 2e69471 24/51: ; yasnippet-debug.el: macroexp-progn is not


From: Noam Postavsky
Subject: [elpa] master 2e69471 24/51: ; yasnippet-debug.el: macroexp-progn is not avaiable in Emacs 23.
Date: Sun, 13 May 2018 13:11:43 -0400 (EDT)

branch: master
commit 2e69471df27fa618053d03848b897dc2ecfa1f31
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    ; 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]