[movitz-cvs] CVS movitz/losp/muerte
ffjeld
ffjeld at common-lisp.net
Thu Feb 22 20:28:37 UTC 2007
Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory clnet:/tmp/cvs-serv8518
Modified Files:
lists.lisp
Log Message:
Removed dead comment.
--- /project/movitz/cvsroot/movitz/losp/muerte/lists.lisp 2007/02/22 20:27:31 1.20
+++ /project/movitz/cvsroot/movitz/losp/muerte/lists.lisp 2007/02/22 20:28:37 1.21
@@ -9,7 +9,7 @@
;;;; Created at: Tue Dec 5 18:40:11 2000
;;;; Distribution: See the accompanying file COPYING.
;;;;
-;;;; $Id: lists.lisp,v 1.20 2007/02/22 20:27:31 ffjeld Exp $
+;;;; $Id: lists.lisp,v 1.21 2007/02/22 20:28:37 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -243,9 +243,6 @@
(when (eq indicator (car p))
(return (cadr p)))))
-;;;(defun (setf getf) (value plist indicator &optional default)
-;;; (error "Must be implemented as a macro.."))
-
(defsetf getf (plist indicator &optional default) (new-value)
`(do ((p ,plist (cddr p)))
((null p)
More information about the Movitz-cvs
mailing list