Mercurial > emacs
diff lisp/dired-aux.el @ 58427:60bf7d203957
(dired-recursive-copies): Moved to dired.el.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 22 Nov 2004 16:56:15 +0000 |
parents | 6e35421b930d |
children | 9e1a411c62e5 f2ebccfa87d4 |
line wrap: on
line diff
--- a/lisp/dired-aux.el Mon Nov 22 16:53:41 2004 +0000 +++ b/lisp/dired-aux.el Mon Nov 22 16:56:15 2004 +0000 @@ -1093,19 +1093,6 @@ ;;; Copy, move/rename, making hard and symbolic links -(defcustom dired-recursive-copies nil - "*Decide whether recursive copies are allowed. -nil means no recursive copies. -`always' means copy recursively without asking. -`top' means ask for each directory at top level. -Anything else means ask for each directory." - :type '(choice :tag "Copy directories" - (const :tag "No recursive copies" nil) - (const :tag "Ask for each directory" t) - (const :tag "Ask for each top directory only" top) - (const :tag "Copy directories without asking" always)) - :group 'dired) - (defcustom dired-backup-overwrite nil "*Non-nil if Dired should ask about making backups before overwriting files. Special value `always' suppresses confirmation."