emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/dired-aux.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/dired-aux.el
Date: Mon, 22 Nov 2004 12:02:48 -0500

Index: emacs/lisp/dired-aux.el
diff -c emacs/lisp/dired-aux.el:1.126 emacs/lisp/dired-aux.el:1.127
*** emacs/lisp/dired-aux.el:1.126       Mon Jul 19 12:31:24 2004
--- emacs/lisp/dired-aux.el     Mon Nov 22 16:56:15 2004
***************
*** 1093,1111 ****
  
  ;;; 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."
--- 1093,1098 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]