From b11f368494ddfacebe72e586bc276f7c0f0c5678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 17 Aug 2020 19:55:38 +0200 Subject: Remove (@ (global) basedir). --- module/global.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'module/global.scm') diff --git a/module/global.scm b/module/global.scm index 89b5511a..a38a5d21 100644 --- a/module/global.scm +++ b/module/global.scm @@ -1,8 +1,5 @@ (define-module (global)) -(define-once basedir #f) -(export basedir) - (define-once *prodid* "-//hugo//Calparse 0.9//EN") (export *prodid*) -- cgit v1.2.3