+2002-08-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+
+ * lily/parse-scm.cc (protected_ly_parse_scm): guile 1.4 compatibility.
+
2002-08-01 Rune Zedeler <rune@zedeler.dk>
* lily/tab-note-heads-engraver.cc: add algorithm for automatically
SCM
protected_ly_parse_scm (Parse_start *ps)
{
- return scm_internal_catch (scm_misc_error_key, &catch_protected_parse_body,
+ return scm_internal_catch (ly_symbol2scm ("misc-error"), &catch_protected_parse_body,
(void*)ps,
&parse_handler, (void*)ps);