skeeto / emacs-aio

async/await for Emacs Lisp
The Unlicense
215 stars 12 forks source link

Use ‘macroexp-progn’ instead of plain ‘progn’ in macro. #21

Open phst opened 3 years ago

phst commented 3 years ago

‘macroexp-progn’ generates slightly better code (no unnecessary ‘progn’) if the body is a single form.