mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
texinfo: Remove unnecessary (oop goops) dependency.
* module/texinfo/string-utils.scm: Remove #:use-module (oop goops).
This commit is contained in:
parent
1d257c27f0
commit
7a32add5dc
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@
|
||||||
(define-module (texinfo string-utils)
|
(define-module (texinfo string-utils)
|
||||||
#:use-module (srfi srfi-13)
|
#:use-module (srfi srfi-13)
|
||||||
#:use-module (srfi srfi-14)
|
#:use-module (srfi srfi-14)
|
||||||
#:use-module (oop goops)
|
|
||||||
#:export (escape-special-chars
|
#:export (escape-special-chars
|
||||||
transform-string
|
transform-string
|
||||||
expand-tabs
|
expand-tabs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue