From 3930890ddbf4e1fbdcc400879ca8245b5cd6c564 Mon Sep 17 00:00:00 2001 From: Owen Rodley Date: Sat, 4 May 2013 10:23:34 +1200 Subject: [PATCH] Remove outdated comment --- src/list.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/list.lisp b/src/list.lisp index af235dc..cb75bdc 100644 --- a/src/list.lisp +++ b/src/list.lisp @@ -62,7 +62,6 @@ (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))) -- 1.7.10.4