emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112759: Added -r option to eshell/cp


From: Aidan Gauland
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112759: Added -r option to eshell/cp
Date: Tue, 28 May 2013 22:22:03 +1200
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112759
committer: Aidan Gauland <address@hidden>
branch nick: trunk
timestamp: Tue 2013-05-28 22:22:03 +1200
message:
  Added -r option to eshell/cp
modified:
  lisp/ChangeLog
  lisp/eshell/em-unix.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-05-28 07:47:11 +0000
+++ b/lisp/ChangeLog    2013-05-28 10:22:03 +0000
@@ -1,3 +1,7 @@
+2013-05-28  Aidan Gauland  <address@hidden>
+
+       * eshell/em-unix.el: Added -r option to cp
+
 2013-05-28  Glenn Morris  <address@hidden>
 
        * vc/vc-arch.el (vc-exec-after): Declare.

=== modified file 'lisp/eshell/em-unix.el'
--- a/lisp/eshell/em-unix.el    2013-03-26 22:08:58 +0000
+++ b/lisp/eshell/em-unix.el    2013-05-28 10:22:03 +0000
@@ -532,8 +532,10 @@
         "don't change anything on disk")
      (?p "preserve" nil preserve
         "preserve file attributes if possible")
-     (?R "recursive" nil em-recursive
+     (?r "recursive" nil em-recursive
         "copy directories recursively")
+     (?R nil nil em-recursive
+        "as for -r")
      (?v "verbose" nil em-verbose
         "explain what is being done")
      (nil "help" nil nil "show this usage screen")


reply via email to

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