From 91a7e82925b5998046904617c0b826b107a8352b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 28 May 1997 04:22:11 +0000 Subject: [PATCH] Customize. --- lisp/dired-aux.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index e3cc10d54b7..5c7c1a232a3 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -926,9 +926,13 @@ a prefix arg lets you edit the `ls' switches used for the new listing." ;;; 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) -- 2.39.5