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 a68efa54dac9217266b7e1fea41c75c4848bd392
parent ec4b2a95606ef8e56183cd1530b195350567f2b5
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Fri, 22 Dec 2023 20:27:11 +0200

Remove unneeded definition.

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 @@ -168,9 +168,6 @@ Examples: '() (cons (car input-list) (cl-loop - with new-list = - '() - for item in (cdr input-list)