Skip to content

Commit

Permalink
EXAMPLES: remove-property is deprecated. Updating an example accordin…
Browse files Browse the repository at this point in the history
…gly.
  • Loading branch information
zkat committed Dec 18, 2009
1 parent 26b7c3d commit 19cb728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pcl-clos.lisp
Expand Up @@ -62,7 +62,7 @@

;; this auto-generates accessors:
(setf (property-value (car *lots-of-accounts*) 'unique :accessor t) "I'm a unique butterfly!")
(remove-property (car *lots-of-accounts*) 'unique) ;poof. Accessors stay, though!
(property-makunbound (car *lots-of-accounts*) 'unique) ;poof. Accessors stay, though!

;; You can also inspect objects and their internals at the REPL...
;;
Expand Down

0 comments on commit 19cb728

Please sign in to comment.