aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/eshell/em-unix.el2
1 files changed, 1 insertions, 1 deletions
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.")
955 (not eshell-in-subcommand-p)))) 955 (not eshell-in-subcommand-p))))
956 (throw 'eshell-replace-command 956 (throw 'eshell-replace-command
957 (eshell-parse-command "*diff" orig-args)) 957 (eshell-parse-command "*diff" orig-args))
958 (setq args (eshell-copy-list orig-args)) 958 (setq args (copy-sequence orig-args))
959 (if (< (length args) 2) 959 (if (< (length args) 2)
960 (throw 'eshell-replace-command 960 (throw 'eshell-replace-command
961 (eshell-parse-command "*diff" orig-args))) 961 (eshell-parse-command "*diff" orig-args)))