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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/dired-aux.el
Date: Thu, 20 Dec 2001 13:36:08 -0500

Index: emacs/lisp/dired-aux.el
diff -c emacs/lisp/dired-aux.el:1.94 emacs/lisp/dired-aux.el:1.95
*** emacs/lisp/dired-aux.el:1.94        Fri Sep 21 12:42:34 2001
--- emacs/lisp/dired-aux.el     Thu Dec 20 13:36:08 2001
***************
*** 939,945 ****
  
  (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."
--- 939,945 ----
  
  (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."
***************
*** 1336,1342 ****
  ;; symlinks.
  
  (defvar dired-copy-how-to-fn nil
!   "Nil or a function used by `dired-do-copy' to determine target.
  See HOW-TO argument for `dired-do-create-files'.")
  
  ;;;###autoload
--- 1336,1342 ----
  ;; symlinks.
  
  (defvar dired-copy-how-to-fn nil
!   "nil or a function used by `dired-do-copy' to determine target.
  See HOW-TO argument for `dired-do-create-files'.")
  
  ;;;###autoload



reply via email to

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