# HG changeset patch # User Richard M. Stallman # Date 1023697965 0 # Node ID 72f226ee8247444a8e707567102bbc1d427cf716 # Parent 82cc7cbf8b8d2a320ee64de76e82134f255f03d8 (eshell/diff): Use copy-sequence. diff -r 82cc7cbf8b8d -r 72f226ee8247 lisp/eshell/em-unix.el --- a/lisp/eshell/em-unix.el Mon Jun 10 08:14:59 2002 +0000 +++ b/lisp/eshell/em-unix.el Mon Jun 10 08:32:45 2002 +0000 @@ -955,7 +955,7 @@ (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)))