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 dbb41199e54af4f03c53e6d2dc9c18ab19d72853
parent cdf8de6b4b1bc42622308c7bf4a34cb7a1b0840c
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Thu,  5 Oct 2023 17:00:10 +0300

Use nil instead of '() when dealing with logic.

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 @@ -140,7 +140,7 @@ ((equal user-input wanted-no-string) (setq result - '()))))) + nil))))) (defun sd--toggle-char-case (our-char) (cond