From 655e9ea9808931c783db44fdcac990144d4ae22d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 10 Jun 2002 08:32:45 +0000 Subject: [PATCH] (eshell/diff): Use copy-sequence. --- lisp/eshell/em-unix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el index 0a41b04875e..b9fce8a55a7 100644 --- a/lisp/eshell/em-unix.el +++ b/lisp/eshell/em-unix.el @@ -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))) -- 2.39.5