agenda: Rename %8sync (and %8sync-*) to 8sync (and 8sync-*)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 15 Apr 2016 15:05:02 +0000 (10:05 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 15 Apr 2016 15:05:02 +0000 (10:05 -0500)
commit2effa4a7e6169c2e1a611d7dde46519680f4adf7
tree6f183c205a8d662500d03b272a9fd45cbdf07629
parent8736abc829c650971686d2d840d4fdacd970edd8
agenda: Rename %8sync (and %8sync-*) to 8sync (and 8sync-*)

* 8sync/agenda.scm (%8sync, %8sync-delay, %8sync-run, %8sync-run-at)
  (%8sync-run-delay, %8sync-port, %8sync-port-remove, catch-%8sync):
  Rename, removing % sign.  Rename all references to other %8sync-foo
  in definitions and comments as well.
  (catch-8sync): Removed aliased version.
  (make-async-request, setup-async-request): Rename references of
  %8sync-foo to 8sync-foo.

* 8sync/systems/irc.scm (make-basic-irc-handler):
* 8sync/systems/web.scm (receive-http-conn):
* tests/test-agenda.scm: Rename all %8sync-foo to 8sync-foo.
8sync/agenda.scm
8sync/systems/irc.scm
8sync/systems/web.scm
tests/test-agenda.scm