aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/parse/component.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-05-09 22:16:24 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-05-09 22:16:24 +0200
commit742ae45ce7bdaae3c95a4a74afa5d17381fc76b6 (patch)
treead15099e5f760500179c10b9bbf773bc52ec0c0c /module/vcomponent/parse/component.scm
parentMinor cleanup. (diff)
downloadcalp-742ae45ce7bdaae3c95a4a74afa5d17381fc76b6.tar.gz
calp-742ae45ce7bdaae3c95a4a74afa5d17381fc76b6.tar.xz
Remove old parser, rename new parser to component.
Diffstat (limited to '')
-rw-r--r--module/vcomponent/parse/component.scm (renamed from module/vcomponent/parse/new.scm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/parse/new.scm b/module/vcomponent/parse/component.scm
index 4244725a..565c129d 100644
--- a/module/vcomponent/parse/new.scm
+++ b/module/vcomponent/parse/component.scm
@@ -1,4 +1,4 @@
-(define-module (vcomponent parse new)
+(define-module (vcomponent parse component)
:use-module (util)
:use-module (util exceptions)
:use-module ((ice-9 rdelim) :select (read-line))