]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-rewrite-for-command): Use cdr and
authorGerd Moellmann <gerd@gnu.org>
Fri, 23 Jun 2000 05:23:39 +0000 (05:23 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 23 Jun 2000 05:23:39 +0000 (05:23 +0000)
cddr instead of cdddr.

lisp/eshell/esh-cmd.el

index b75a371951af2f6add891663cf7d1598328f1cec..2ced3242c4fed1570bcb69d99f2801fc9fa1fc12 100644 (file)
@@ -499,7 +499,7 @@ implemented via rewriting, rather than as a function."
                               (if (listp elem)
                                   elem
                                 (list 'list elem))))
-                           (cdddr terms))))
+                           (cdr (cddr terms)))))
                    (list 'eshell-command-body
                          (list 'quote (list nil)))
                    (list 'eshell-test-body