]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell/diff): Use copy-sequence.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Jun 2002 08:32:45 +0000 (08:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Jun 2002 08:32:45 +0000 (08:32 +0000)
lisp/eshell/em-unix.el

index 0a41b04875ef9e4e02b596a7d82fabf30c3e2c0f..b9fce8a55a704fb22cface93cfc15a45fece76b3 100644 (file)
@@ -955,7 +955,7 @@ Show wall-clock time elapsed during execution of COMMAND.")
                      (not eshell-in-subcommand-p))))
        (throw 'eshell-replace-command
               (eshell-parse-command "*diff" orig-args))
-      (setq args (eshell-copy-list orig-args))
+      (setq args (copy-sequence orig-args))
       (if (< (length args) 2)
          (throw 'eshell-replace-command
                 (eshell-parse-command "*diff" orig-args)))