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 445c1d0aac172ad02be0c79438cebca8e6b84c9b
parent 982e7df45dc7b48cb784b1016433d6b1ca8b3a1b
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Mon, 25 Sep 2023 01:31:39 +0300

Remove an errant "(provide …)".

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

diff --git a/super-duper-yes-or-no.el b/super-duper-yes-or-no.el @@ -1,4 +1,3 @@ -(provide 'nano-tts) ;;; super-duper-yes-or-no.el --- A "better"(?) yes-or-no-p. -*- lexical-binding: t; -*- ;; Copyright (C) 2023 Yuval Langer