# HG changeset patch # User Andreas Schwab # Date 898678553 0 # Node ID de7033a2c5fe8bae91a68c3c3268496c97f7b36b # Parent b1cba467a906db131f4c19a0484aaec3b78644ac (dired-backup-overwrite): Use `other' widget type. diff -r b1cba467a906 -r de7033a2c5fe lisp/dired-aux.el --- a/lisp/dired-aux.el Wed Jun 24 08:54:53 1998 +0000 +++ b/lisp/dired-aux.el Wed Jun 24 08:55:53 1998 +0000 @@ -927,7 +927,7 @@ 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)