From: Andreas Schwab Date: Wed, 24 Jun 1998 08:55:53 +0000 (+0000) Subject: (dired-backup-overwrite): Use `other' widget type. X-Git-Tag: emacs-20.3~506 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9e9b8fa11c4601c10645ff69155550b1a2a0a0b;p=emacs.git (dired-backup-overwrite): Use `other' widget type. --- 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)