diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-04 09:56:50 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-04 09:56:50 +0000 |
commit | 1cdbc41dc689edf99bd755d708fb5de72c296c36 (patch) | |
tree | 6c37c4dffe99b5ee63872069b8d0a354f5baaf95 /stack-question.el | |
parent | 33383d630ce43045cd94c2b515df7567063fc885 (diff) |
Make WINDOW optional in stack-question--display
Diffstat (limited to 'stack-question.el')
-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 |