guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/01: texinfo: Remove unnecessary (oop goops) dependenc


From: Ludovic Courtès
Subject: [Guile-commits] 01/01: texinfo: Remove unnecessary (oop goops) dependency.
Date: Thu, 4 Aug 2016 17:15:24 +0000 (UTC)

civodul pushed a commit to branch stable-2.0
in repository guile.

commit 26cf7843c68e566ae9d1c889fcc8a233e510a2a1
Author: Ludovic Courtès <address@hidden>
Date:   Thu Aug 4 19:14:30 2016 +0200

    texinfo: Remove unnecessary (oop goops) dependency.
    
    * module/texinfo/string-utils.scm: Remove #:use-module (oop goops).
---
 module/texinfo/string-utils.scm |    1 -
 1 file changed, 1 deletion(-)

diff --git a/module/texinfo/string-utils.scm b/module/texinfo/string-utils.scm
index 22f969c..42074d3 100644
--- a/module/texinfo/string-utils.scm
+++ b/module/texinfo/string-utils.scm
@@ -26,7 +26,6 @@
 (define-module (texinfo string-utils)
   #:use-module (srfi srfi-13)
   #:use-module (srfi srfi-14)
-  #:use-module (oop goops)
   #:export (escape-special-chars
             transform-string
             expand-tabs



reply via email to

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