From: Han-Wen Nienhuys Date: Mon, 19 Jun 2006 22:27:31 +0000 (+0000) Subject: remove ? from version-seen? X-Git-Tag: cvs/HEAD~277 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7f30b9bd4cad41980b23f3f3d569053df56dbeee;p=lilypond.git remove ? from version-seen? --- diff --git a/ChangeLog b/ChangeLog index cd5cf24a44..e68c5885ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-20 Han-Wen Nienhuys + + * lily/lexer.ll: remove ? from version-seen? + 2006-06-19 John Mandereau * po/fr.po; update translation, by Jean-Charles Malahieude and John Mandereau. diff --git a/lily/lexer.ll b/lily/lexer.ll index e6e891f284..2b887d0046 100644 --- a/lily/lexer.ll +++ b/lily/lexer.ll @@ -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;