summaryrefslogtreecommitdiff
path: root/module/srfi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-07-17 13:30:50 +0200
committerAndy Wingo <wingo@pobox.com>2010-07-17 13:31:06 +0200
commitd68a81e038597ba3d47f39b4cd8a5864953dc1d5 (patch)
treecfc2a94020d063deeb889e4d7ba4718b41e0d12f /module/srfi
parent1c05a2a16d845a261bcb0804e7162f31533d674f (diff)
downloadguile-d68a81e038597ba3d47f39b4cd8a5864953dc1d5.tar.gz
recommend #:replace
* doc/ref/api-modules.texi (Creating Guile Modules): Update text to recommend #:replace. * module/srfi/srfi-19.scm (current-time): #:replace.
Diffstat (limited to 'module/srfi')
-rw-r--r--module/srfi/srfi-19.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/srfi/srfi-19.scm b/module/srfi/srfi-19.scm
index e73e4d686..dcc253334 100644
--- a/module/srfi/srfi-19.scm
+++ b/module/srfi/srfi-19.scm
@@ -44,6 +44,7 @@
:use-module (srfi srfi-9)
:autoload (ice-9 rdelim) (read-line)
:use-module (ice-9 i18n)
+ :replace (current-time)
:export (;; Constants
time-duration
time-monotonic
@@ -55,7 +56,6 @@
current-date
current-julian-day
current-modified-julian-day
- current-time
time-resolution
;; Time object and accessors
make-time