Mercurial > emacs
comparison lisp/eshell/esh-cmd.el @ 29875:19baeeb660f1
(eshell-rewrite-for-command): Use cdr and
cddr instead of cdddr.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 23 Jun 2000 05:23:39 +0000 |
parents | b0bbf97625c2 |
children | 34b1ab9d583d |
comparison
equal
deleted
inserted
replaced
29874:faee0fe8fa05 | 29875:19baeeb660f1 |
---|---|
497 (function | 497 (function |
498 (lambda (elem) | 498 (lambda (elem) |
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 |
506 (list 'quote (list nil)))) | 506 (list 'quote (list nil)))) |
507 (list | 507 (list |