DEFSETF and packages
- From: Carlos <angus@xxxxxxxxxxxxxxx>
- Date: Mon, 13 Aug 2012 16:01:55 +0200
Hello,
I had to add some missing functionality, so I did
(in-package :my-utils)
(defun set-file-write-date (file date) ... )
(defsetf file-write-date set-file-write-date)
and... that was it! I didn't have to export anything, not even
SET-FILE-WRITE-DATE. I can use (setf file-write-date) from
anywhere.
That's... odd, isn't it?
--
.
- Follow-Ups:
- Re: DEFSETF and packages
- From: Zach Beane
- Re: DEFSETF and packages
- Prev by Date: Re: computed goto
- Next by Date: Re: DEFSETF and packages
- Previous by thread: building on cygwin
- Next by thread: Re: DEFSETF and packages
- Index(es):