mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 09:10:22 +02:00
recommend #:replace
* doc/ref/api-modules.texi (Creating Guile Modules): Update text to recommend #:replace. * module/srfi/srfi-19.scm (current-time): #:replace.
This commit is contained in:
parent
1c05a2a16d
commit
d68a81e038
2 changed files with 16 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue