From 5709173103aedbab5079252709d83947f43b2ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 10 Apr 2019 00:46:47 +0200 Subject: Minor cleanups. --- module/config.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'module/config.scm') diff --git a/module/config.scm b/module/config.scm index 54cda06b..f15c73d5 100644 --- a/module/config.scm +++ b/module/config.scm @@ -26,7 +26,6 @@ (define* (aref alist key optional: default) (or (assoc-ref alist key) default key)) - (define (summary-filter ev str) (regexp-substitute/global #f "T[A-Z]{3}[0-9]{2}" str -- cgit v1.2.3