branch: elpa/with-simulated-input
commit c97f27da204960eac2f4c911631e6db472875aa2
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>
Autoload the macro
---
with-simulated-input.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/with-simulated-input.el b/with-simulated-input.el
index a0736d9c2f..08ba682a3e 100644
--- a/with-simulated-input.el
+++ b/with-simulated-input.el
@@ -45,6 +45,7 @@
(require 'cl-lib)
(require 'seq)
+;;;###autoload
(defmacro with-simulated-input (keys &rest body)
"Eval BODY forms with KEYS as simulated input.