summaryrefslogtreecommitdiff
path: root/module/scripts/read-text-outline.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/scripts/read-text-outline.scm')
-rw-r--r--module/scripts/read-text-outline.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/scripts/read-text-outline.scm b/module/scripts/read-text-outline.scm
index d0933bb0b..e2d76b37b 100644
--- a/module/scripts/read-text-outline.scm
+++ b/module/scripts/read-text-outline.scm
@@ -1,6 +1,6 @@
;;; read-text-outline --- Read a text outline and display it as a sexp
-;; Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2006, 2011, 2025 Free Software Foundation, Inc.
;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public License
@@ -115,6 +115,7 @@
read-text-outline-silently
make-text-outline-reader)
:use-module (ice-9 regex)
+ :use-module (ice-9 object-properties)
:autoload (ice-9 rdelim) (read-line)
:autoload (ice-9 getopt-long) (getopt-long))