Mercurial > emacs
changeset 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 | eb84b4af8ff5 |
children | 60e32ffc8687 |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 0 insertions(+), 13 deletions(-) [+] |
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."