aboutsummaryrefslogtreecommitdiff
path: root/src/guile/skribilo/table.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/guile/skribilo/table.scm')
-rw-r--r--src/guile/skribilo/table.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/guile/skribilo/table.scm b/src/guile/skribilo/table.scm
index babbb9d..97e9e93 100644
--- a/src/guile/skribilo/table.scm
+++ b/src/guile/skribilo/table.scm
@@ -21,10 +21,10 @@
;;; along with Skribilo. If not, see <http://www.gnu.org/licenses/>.
(define-module (skribilo table)
- :use-module (skribilo ast)
- :use-module (skribilo utils syntax)
+ #:use-module (skribilo ast)
+ #:use-module (skribilo utils syntax)
- :export (table-column-count))
+ #:export (table-column-count))
;;; Author: Manuel Serrano, Ludovic Courtès
;;;