]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ly-module.cc
Brown paper bag: undo accidently deletion of regtest.
[lilypond.git] / lily / ly-module.cc
index 740f9e4e521ceda5fb92eb6d417a2b9648dbe75c..581984dfe9951495bd4320684d8d1f562784ae94 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2002--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "lily-guile.hh"
@@ -106,7 +106,7 @@ entry_to_alist (void *closure, SCM key, SCM val, SCM result)
   return result;
 }
 
-LY_DEFINE (ly_module2alist, "ly:module->alist",
+LY_DEFINE (ly_module_2_alist, "ly:module->alist",
           1, 0, 0, (SCM mod),
           "Dump the contents of  module @var{mod} as an alist.")
 {