projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
53a73cd
)
Remove outdated comment
author
Owen Rodley
<Strigoides@gmail.com>
Fri, 3 May 2013 22:23:34 +0000
(10:23 +1200)
committer
Owen Rodley
<Strigoides@gmail.com>
Fri, 3 May 2013 22:23:34 +0000
(10:23 +1200)
src/list.lisp
patch
|
blob
|
history
diff --git
a/src/list.lisp
b/src/list.lisp
index
af235dc
..
cb75bdc
100644
(file)
--- a/
src/list.lisp
+++ b/
src/list.lisp
@@
-62,7
+62,6
@@
(defun nth (n list)
(car (nthcdr n list)))
(defun nth (n list)
(car (nthcdr n list)))
-;;; The rest of the C[AD]*R functions; only a few were defined in boot.lisp
(defun caar (x) (car (car x)))
(defun cadr (x) (car (cdr x)))
(defun cdar (x) (cdr (car x)))
(defun caar (x) (car (car x)))
(defun cadr (x) (car (cdr x)))
(defun cdar (x) (cdr (car x)))