[movitz-cvs] CVS movitz/losp/muerte

ffjeld ffjeld at common-lisp.net
Fri Mar 2 22:01:33 UTC 2007


Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory clnet:/tmp/cvs-serv11968

Modified Files:
	setf.lisp 
Log Message:
Use property muerte:setf-expander rather than :setf-expander, here too.


--- /project/movitz/cvsroot/movitz/losp/muerte/setf.lisp	2006/04/07 21:49:47	1.4
+++ /project/movitz/cvsroot/movitz/losp/muerte/setf.lisp	2007/03/02 22:01:33	1.5
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Thu Feb  8 20:43:20 2001
 ;;;;                
-;;;; $Id: setf.lisp,v 1.4 2006/04/07 21:49:47 ffjeld Exp $
+;;;; $Id: setf.lisp,v 1.5 2007/03/02 22:01:33 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -30,7 +30,7 @@
   (defun get-setf-expansion (place &optional environment)
     (let* ((name (and (consp place)
 		      (movitz::translate-program (car place) :cl :muerte.cl)))
-	   (expander (and name (movitz::movitz-env-get name :setf-expander nil environment))))
+	   (expander (and name (movitz::movitz-env-get name 'setf-expander nil environment))))
       (if expander
 	  (funcall expander place environment)
 	(multiple-value-bind (expansion expanded-p)




More information about the Movitz-cvs mailing list