Mercurial > emacs
changeset 17997:ba5fefe8ede1
Customize.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 28 May 1997 04:22:11 +0000 |
parents | be02a4e4cf47 |
children | 9b98ddd07fe5 |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-aux.el Wed May 28 03:50:36 1997 +0000 +++ b/lisp/dired-aux.el Wed May 28 04:22:11 1997 +0000 @@ -926,9 +926,13 @@ ;;; Copy, move/rename, making hard and symbolic links -(defvar dired-backup-overwrite nil +(defcustom dired-backup-overwrite nil "*Non-nil if Dired should ask about making backups before overwriting files. -Special value `always' suppresses confirmation.") +Special value `always' suppresses confirmation." + :type '(choice (const :tag "off" nil) + (const :tag "suppress" always) + (sexp :tag "ask" :format "%t\n" t)) + :group 'dired) (defvar dired-overwrite-confirmed)