From feda5bd1c08d69628ec9fdb5577d5c894b70b6e8 Mon Sep 17 00:00:00 2001 From: Michael Gran Date: Sun, 26 Apr 2009 09:13:38 -0700 Subject: Lowercase a character name --- module/srfi/srfi-19.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/srfi/srfi-19.scm b/module/srfi/srfi-19.scm index 29c604fcd..235e2b8f9 100644 --- a/module/srfi/srfi-19.scm +++ b/module/srfi/srfi-19.scm @@ -1077,7 +1077,7 @@ pad-with 2) port)))) (cons #\t (lambda (date pad-with port) - (display #\Tab port))) + (display #\tab port))) (cons #\T (lambda (date pad-with port) (display (date->string date "~H:~M:~S") port))) (cons #\U (lambda (date pad-with port) -- cgit v1.2.1