From 641d76c49014301e3670db6e2d757b4e0111b5c9 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 4 Oct 2012 12:16:13 +0200 Subject: [PATCH] Use primitive-load to avoid compilation Since the docstrings are no longer docstring the undonerc file doesn't need to be compiled anymore. --- undone/main.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/undone/main.scm b/undone/main.scm index b9d0fcd..c6b4fbd 100644 --- a/undone/main.scm +++ b/undone/main.scm @@ -124,7 +124,7 @@ (save-module-excursion (lambda () (set-current-module (resolve-module '(undone main))) - (load rc-file)))) + (primitive-load rc-file)))) (define (update args) (let ((item