mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Use `define-module*' in (ice-9 history).
* module/ice-9/history.scm: Use `define-module*' instead of `process-define-module'.
This commit is contained in:
parent
1c20cf1175
commit
ec84b0a251
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#:export (value-history-enabled? enable-value-history! disable-value-history!
|
||||
clear-value-history!))
|
||||
|
||||
(process-define-module '((value-history)))
|
||||
(define-module* '(value-history))
|
||||
|
||||
(define *value-history-enabled?* #f)
|
||||
(define (value-history-enabled?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue