diff options
Diffstat (limited to 'scm/output-ps.scm')
-rw-r--r-- | scm/output-ps.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scm/output-ps.scm b/scm/output-ps.scm index 6d3ab63c2f..97909da80c 100644 --- a/scm/output-ps.scm +++ b/scm/output-ps.scm @@ -52,10 +52,10 @@ "false") radius thick)) -(define (start-enclosing-id-node s) +(define (start-group-node attributes) "") -(define (end-enclosing-id-node) +(define (end-group-node) "") (define (dashed-line thick on off dx dy phase) |