Mercurial > emacs
changeset 45734:72f226ee8247
(eshell/diff): Use copy-sequence.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Jun 2002 08:32:45 +0000 |
parents | 82cc7cbf8b8d |
children | 642c25258945 |
files | lisp/eshell/em-unix.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))