guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/oop goops.scm


From: Marius Vollmer
Subject: guile/guile-core/oop goops.scm
Date: Sat, 19 May 2001 15:58:29 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/05/19 15:58:29

Modified files:
        guile-core/oop : goops.scm 

Log message:
        Fix missing paren.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/oop/goops.scm.diff?cvsroot=OldCVS&tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: guile/guile-core/oop/goops.scm
diff -u guile/guile-core/oop/goops.scm:1.10 guile/guile-core/oop/goops.scm:1.11
--- guile/guile-core/oop/goops.scm:1.10 Fri May 18 17:19:25 2001
+++ guile/guile-core/oop/goops.scm      Sat May 19 15:58:29 2001
@@ -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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]