summaryrefslogtreecommitdiffstatshomepage
path: root/tekuti/git.scm
diff options
context:
space:
mode:
authorGravatar Andy Wingo2010-10-14 12:54:56 +0200
committerGravatar Andy Wingo2010-11-13 18:47:03 +0100
commit974bdce47d8a9ccc26217f8ddd0f2fbf595843b6 (patch)
treefcb6291a5036ce4a5a3fd95038adb459b1cd6edc /tekuti/git.scm
parent35873a522a6ba658edea24b36bcbc4d9cd64664e (diff)
downloadtekuti-974bdce47d8a9ccc26217f8ddd0f2fbf595843b6.tar.gz
tekuti-974bdce47d8a9ccc26217f8ddd0f2fbf595843b6.zip
update to use (tekuti match-bind)
* tekuti/comment.scm: * tekuti/filters.scm: * tekuti/git.scm: * tekuti/post.scm: * tekuti/request.scm: * tekuti/util.scm: Update to use (tekuti match-bind).
Diffstat (limited to 'tekuti/git.scm')
-rw-r--r--tekuti/git.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tekuti/git.scm b/tekuti/git.scm
index 118a09c..f6b18b5 100644
--- a/tekuti/git.scm
+++ b/tekuti/git.scm
@@ -1,5 +1,5 @@
;; Tekuti
-;; Copyright (C) 2008 Andy Wingo <wingo at pobox dot com>
+;; Copyright (C) 2008, 2010 Andy Wingo <wingo at pobox dot com>
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
@@ -30,7 +30,7 @@
#:use-module (tekuti util)
#:use-module (tekuti config)
#:use-module (scheme kwargs)
- #:use-module (match-bind)
+ #:use-module (tekuti match-bind)
#:use-module ((srfi srfi-1) #:select (filter-map partition
delete-duplicates))
#:use-module (srfi srfi-34)