From 1cdbc41dc689edf99bd755d708fb5de72c296c36 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Tue, 4 Nov 2014 09:56:50 +0000 Subject: Make WINDOW optional in stack-question--display --- stack-question.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3