]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-backup-overwrite): Use `other' widget type.
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 08:55:53 +0000 (08:55 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 08:55:53 +0000 (08:55 +0000)
lisp/dired-aux.el

index db93f68c3edd84c53bd4a71981e56ca6f1de096a..175e48cd1fc01519956c40b75b2b2326462d6adf 100644 (file)
@@ -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)