]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.101
authorfred <fred>
Wed, 27 Mar 2002 00:01:45 +0000 (00:01 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:01:45 +0000 (00:01 +0000)
lily/translator-group.cc

index 7d40cc0734d0ca9662160ad7d808e85fe7c5c21f..cf813de9636d8b6610c2573e5bd8410244a5ee7e 100644 (file)
@@ -281,6 +281,9 @@ Translator_group::where_defined (SCM sym) const
   return (daddy_trans_l_) ? daddy_trans_l_->where_defined (sym) : 0;
 }
 
+/*
+  TODO: return SCM_EOL iso. SCM_UNDEFINED when not found.
+*/
 SCM
 Translator_group::get_property (SCM sym) const
 {