On 10/24/2014 07:04 AM, Eric Bavier wrote: > From b3b98226891164cf274d97b339b8f2cbc69f95d8 Mon Sep 17 00:00:00 2001 > From: Eric Bavier <[email protected]> > Date: Wed, 22 Oct 2014 09:20:20 -0500 > Subject: [PATCH 1/5] guix: lint: Use string-suffix? and string-prefix? where > appropriate. > > * guix/scripts/lint.scm (check-synopsis): Use string-suffix? and > string-prefix? in place of string-take and string=?. > --- > guix/scripts/lint.scm | 19 +++++++++---------- > 1 file changed, 9 insertions(+), 10 deletions(-)
Looks good to me. Cyril.
