mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 17:50:29 +02:00
texinfo: Remove unnecessary (oop goops) dependency.
* module/texinfo/string-utils.scm: Remove #:use-module (oop goops).
This commit is contained in:
parent
8a1fb459eb
commit
26cf7843c6
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