branch: elpa/macrostep
commit 84e5bfaec926677bbdd3b228588a7e63ed609223
Author: joddie <[email protected]>
Commit: joddie <[email protected]>

    Make tests pass again
---
 macrostep.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/macrostep.el b/macrostep.el
index 779e4a5..08c7846 100644
--- a/macrostep.el
+++ b/macrostep.el
@@ -462,7 +462,7 @@ quit and return to normal editing.
 
 ;;; Interactive functions
 ;;;###autoload
-(defun macrostep-expand (toggle-separate-buffer)
+(defun macrostep-expand (&optional toggle-separate-buffer)
   "Expand the Elisp macro form following point by one step.
 
 Enters `macrostep-mode' if it is not already active, making the

Reply via email to