]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/identifier-smob.cc
(determine-split-list): analysis has
[lilypond.git] / lily / identifier-smob.cc
index f3881b48edba1e27e494f13f3cd0c4fda4417877..bd61f570ece16f4654688d7aab91196c14e24ec0 100644 (file)
@@ -4,7 +4,7 @@ identifiers.
 
 source file of the GNU LilyPond music typesetter
 
-(c) 2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+(c) 2002--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 */
 #include "identifier-smob.hh"
@@ -31,7 +31,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate)
 
 /* This defines the primitve `make-box', which returns a new smob of
    type `box', initialized to `#f'.  */
-LY_DEFINE(package_identifier, "ly-export", 1,0,0, (SCM arg),
+LY_DEFINE(package_identifier, "ly:export", 1,0,0, (SCM arg),
          "Export a Scheme object to the parser, so it is treated as an identifier.")
 {
   /* This macro creates the new objects, stores the value `#f' into it