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 00bb404197f591cd783950a5e854d7d3b5ced3a9
parent de2cce9c16bdebed0848f3c407c2f5ea14b697cb
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Sat,  7 Oct 2023 07:51:40 +0300

Remove accidental debugging session line.

I should really learn how automatic testing is done in elisp.

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

diff --git a/super-duper-yes-or-no.el b/super-duper-yes-or-no.el @@ -262,8 +262,6 @@ the toggle count AND they are not toggled." (sd--toggle-char-case input-char) input-char))))) -(sd--randomly-toggle-string-case "abc" 2) - (defun sd--string-only-uppercase (input-string) "Return INPUT-STRING with only the uppercase chars." (cl-loop