]> git.eshelyaron.com Git - emacs.git/commitdiff
Customize.
authorRichard M. Stallman <rms@gnu.org>
Wed, 28 May 1997 04:22:11 +0000 (04:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 28 May 1997 04:22:11 +0000 (04:22 +0000)
lisp/dired-aux.el

index e3cc10d54b79dddb1ac40682f37d419d17509474..5c7c1a232a3c44818e28de355849acd92ab3efb1 100644 (file)
@@ -926,9 +926,13 @@ a prefix arg lets you edit the `ls' switches used for the new listing."
 \f
 ;;; 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)