diff options
-rw-r--r-- | stack-question.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack-question.el b/stack-question.el index a7a74df..9858391 100644 --- a/stack-question.el +++ b/stack-question.el @@ -77,7 +77,7 @@ With optional argument predicate, use it instead of `<'." :type 'boolean :group 'stack-question) -(defun stack-question--display (data window) +(defun stack-question--display (data &optional window) "Display question given by DATA on WINDOW. If WINDOW is nil, use selected one." (let ((stack-lto--body-src-block |