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 a1b6eff82852c2784ad6225bfbfbff188d61671f
parent 84632a838a5079b0b74f8ce4dff56afe11d09304
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Sat,  7 Oct 2023 01:30:36 +0300

Remove cargo-culted autoloads.

Diffstat:
Msuper-duper-yes-or-no.el | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/super-duper-yes-or-no.el b/super-duper-yes-or-no.el @@ -126,7 +126,6 @@ Will result with: (sd--list-intersperse (cdr input-list) intersperser)))))) -;;;###autoload (defun sd-yes-or-no-words-p (prompt) "Ask user a yes or no question. @@ -247,7 +246,6 @@ the toggle count AND they are not toggled." when (char-uppercase-p input-char) concat (char-to-string input-char))) -;;;###autoload (defun sd-yes-or-no-toggle-case-p (prompt) "Ask user a yes or no question, but expect the uppercase letters. @@ -316,7 +314,6 @@ 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)))))) -;;;###autoload (defun sd-yes-or-no-arithmetic-problem-p (prompt) "Ask user a yes or no question, but as an answer to an arithmetic expression.