]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove ? from version-seen?
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 19 Jun 2006 22:27:31 +0000 (22:27 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 19 Jun 2006 22:27:31 +0000 (22:27 +0000)
ChangeLog
lily/lexer.ll

index cd5cf24a4447957cfe8dafcde0b5a395f70c2a16..e68c5885ae67ed3bff08c62a325b55ec018fb2b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/lexer.ll: remove ? from version-seen?  
+
 2006-06-19  John Mandereau  <john.mandereau@free.fr>
 
        * po/fr.po; update translation, by Jean-Charles Malahieude and John Mandereau.
index e6e891f284741c27be74ea037ae165d901d6d540..2b887d0046b58ef940e2fa3623f54219c5f8c387 100644 (file)
@@ -192,7 +192,7 @@ BOM_UTF8    \357\273\277
        yy_pop_state ();
 
        SCM top_scope = scm_car (scm_last_pair (scopes_));
-       scm_module_define (top_scope, ly_symbol2scm ("version-seen?"), SCM_BOOL_T);
+       scm_module_define (top_scope, ly_symbol2scm ("version-seen"), SCM_BOOL_T);
 
        if (!is_valid_version (s))
                return INVALID;