actors: Removing unnecessary level of indirection around actor-message-handler.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 26 Dec 2016 21:26:10 +0000 (15:26 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 26 Dec 2016 21:26:10 +0000 (15:26 -0600)
commitfa2ee688df757fd5d7409b0787651b2124a8ce6a
tree11f20fc0e2c6173cc75d9780e47d535183bec678
parentb96db22e8626b8814649f584ce899dad6d9a070e
actors: Removing unnecessary level of indirection around actor-message-handler.

* 8sync/actors.scm (actor-message-handler): Move to be a simple #:getter
of <actor>, which is what it really was already anyhow.
8sync/actors.scm