summaryrefslogtreecommitdiff
path: root/autosave.scm
diff options
context:
space:
mode:
authorAlessio Treglia <quadrispro@ubuntu.com>2010-01-08 18:21:56 +0100
committerAlessio Treglia <quadrispro@ubuntu.com>2010-01-08 18:21:56 +0100
commitf369f1bdb2b9efc5b7ed3b74a0b4b51642086e18 (patch)
tree67d9e1386cd8c7b0fae976ca5c426dc43f54ed15 /autosave.scm
parent8b022ab680a3f5e374a44f2c05c1671cfb2bc799 (diff)
Imported Upstream version 11.2
Diffstat (limited to 'autosave.scm')
-rw-r--r--autosave.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/autosave.scm b/autosave.scm
index b6cb02c..24b656e 100644
--- a/autosave.scm
+++ b/autosave.scm
@@ -1,10 +1,8 @@
;;; -------- auto-save
-(use-modules (ice-9 format))
-
(provide 'snd-autosave.scm)
-(if (not (provided? 'snd-extensions.scm)) (load-from-path "extensions.scm"))
+(if (not (provided? 'snd-extensions.scm)) (load "extensions.scm"))
(define auto-save-interval 60.0) ;seconds between auto-save checks
(define auto-saving #f)