]> code.delx.au - gnu-emacs/commitdiff
Added -r option to eshell/cp
authorAidan Gauland <aidalgol@no8wireless.co.nz>
Tue, 28 May 2013 10:22:03 +0000 (22:22 +1200)
committerAidan Gauland <aidalgol@no8wireless.co.nz>
Tue, 28 May 2013 10:22:03 +0000 (22:22 +1200)
lisp/ChangeLog
lisp/eshell/em-unix.el

index 0a502543ef37ab569814f5a5d57ffcaef3dfd27a..c17ea64a8604bb17148b2c775ecaa3a60202c0b8 100644 (file)
@@ -1,3 +1,7 @@
+2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
+
+       * eshell/em-unix.el: Added -r option to cp
+
 2013-05-28  Glenn Morris  <rgm@gnu.org>
 
        * vc/vc-arch.el (vc-exec-after): Declare.
index 60caf38710a9123ab49a5caffbf103cbc60304d8..af54d875cb086b7d5471359501d9365c2596f3ac 100644 (file)
@@ -532,8 +532,10 @@ Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.
         "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")