Mercurial > emacs
changeset 22573:de7033a2c5fe
(dired-backup-overwrite): Use `other' widget type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 08:55:53 +0000 |
parents | b1cba467a906 |
children | 3c7216baafaf |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)