mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix missing paren.
This commit is contained in:
parent
189285962e
commit
51f7ef47f9
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
;; Then load the rest of GOOPS
|
||||
(use-modules (oop goops util)
|
||||
(oop goops dispatch)
|
||||
(oop goops compile)
|
||||
(oop goops compile))
|
||||
|
||||
(export ; Define the exported symbols of this file
|
||||
goops-version is-a?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue