From a9e9b8fa11c4601c10645ff69155550b1a2a0a0b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 24 Jun 1998 08:55:53 +0000 Subject: [PATCH] (dired-backup-overwrite): Use `other' widget type. --- lisp/dired-aux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index db93f68c3ed..175e48cd1fc 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -927,7 +927,7 @@ a prefix arg lets you edit the `ls' switches used for the new listing." Special value `always' suppresses confirmation." :type '(choice (const :tag "off" nil) (const :tag "suppress" always) - (sexp :tag "ask" :format "%t\n" t)) + (other :tag "ask" t)) :group 'dired) (defvar dired-overwrite-confirmed) -- 2.39.2