emacs-super-duper-yes-or-no

Replace the yes-or-no function with an even more demanding yes or no prompt, rather than with y-or-n.
Log | Files | Refs | LICENSE

commit ae78d10e46d791148888a31cebb3f6216145e541
parent a2ab249055550a7ab7eeeb330796e587a3a37387
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Fri,  6 Oct 2023 01:20:03 +0300

Rename function for use outside the package.

Diffstat:
Msuper-duper-yes-or-no.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/super-duper-yes-or-no.el b/super-duper-yes-or-no.el @@ -291,7 +291,7 @@ write in sequence the uppercase letters of the first line, otherwise, the upperc (t (cons (car arithmetic-expression-template) (sd--make-arithmetic-problem-arguments (cdr arithmetic-expression-template)))))) -(defun sd--yes-or-no-arithmetic-problem-p (prompt) +(defun sd-yes-or-no-arithmetic-problem-p (prompt) "Ask user a yes or no question, but as an answer to an arithmetic expression. Display in minibuffer PROMPT followed by two arithmetic