aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/eshell/esh-cmd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el
index b75a371951a..2ced3242c4f 100644
--- a/lisp/eshell/esh-cmd.el
+++ b/lisp/eshell/esh-cmd.el
@@ -499,7 +499,7 @@ implemented via rewriting, rather than as a function."
499 (if (listp elem) 499 (if (listp elem)
500 elem 500 elem
501 (list 'list elem)))) 501 (list 'list elem))))
502 (cdddr terms)))) 502 (cdr (cddr terms)))))
503 (list 'eshell-command-body 503 (list 'eshell-command-body
504 (list 'quote (list nil))) 504 (list 'quote (list nil)))
505 (list 'eshell-test-body 505 (list 'eshell-test-body