1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 09:10:22 +02:00

(scan-api): Fix bug: No longer omit C' and Scheme' in

groups in the presence of the grouper.
This commit is contained in:
Thien-Thi Nguyen 2002-05-11 19:45:27 +00:00
parent 54352a3464
commit 94a972ac31

View file

@ -204,9 +204,10 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cdr (command-line)))" "$@"
i))
(format #t " (sofile . ~S)\n" sofile)
(format #t " ~A\n"
(cons 'groups (if grouper
(cons 'groups (append (if grouper
(map (lambda (p) (get p 'name))
(hook->list grouper))
'())
'(Scheme C))))
(format #t ") ;; end of meta\n")
(format #t "(interface\n")