X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Ftext.scm;h=d41f7f1b6c2bdb73f7caf53670ceab81209478dc;hb=HEAD;hp=ee399f94ba6258a6bdcf66946a12b1ae78397082;hpb=08560a1b8076630c4fc6cb9b902614d8b74fd6fc;p=lilypond.git diff --git a/scm/text.scm b/scm/text.scm index ee399f94ba..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--2012 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)))