X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdocument-backend.scm;h=4d55382fc40bfc6af449d2e11f1be6dcd537c01c;hb=e2b40e567fec0a6799919271dba9b8df6a593bcf;hp=8a54a6a1e8550b7efd9bc17b78c6d223a252f110;hpb=55ac733b69643a6bc6a83b706c65cb56efd388ef;p=lilypond.git diff --git a/scm/document-backend.scm b/scm/document-backend.scm index 8a54a6a1e8..4d55382fc4 100644 --- a/scm/document-backend.scm +++ b/scm/document-backend.scm @@ -68,7 +68,7 @@ (description-list->texi internal-propdocs #t)) "")))) -(define iface->grob-table (make-vector 61 '())) +(define iface->grob-table (make-hash-table 61)) ;; extract ifaces, and put grob into the hash table. (map (lambda (x)