X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Ftext.scm;h=d41f7f1b6c2bdb73f7caf53670ceab81209478dc;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;hp=3322c0e1b7271871a9115c2cd46a09807236d29a;hpb=688f5f1711d8ca07338385a2ae0191b1a8aae315;p=lilypond.git diff --git a/scm/text.scm b/scm/text.scm index 3322c0e1b7..d41f7f1b6c 100644 --- a/scm/text.scm +++ b/scm/text.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2011 Bertrand Bordage +;;;; Copyright (C) 2011--2015 Bertrand Bordage ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by @@ -25,5 +25,5 @@ (define-public (internal-add-text-replacements props alist) (let* ((dummy-replacements (chain-assoc-get 'replacement-alist props '())) (new-replacements - (append dummy-replacements alist))) + (append dummy-replacements alist))) (prepend-alist-chain 'replacement-alist new-replacements props)))