mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
repl: Add missing bindings in #:autoload spec.
Fixes <https://bugs.gnu.org/39196>. Reported by Matt Wette <matt.wette@gmail.com>. * module/system/repl/command.scm: Augment #:autoload set of bindings.
This commit is contained in:
parent
656ce936ed
commit
5f1ed870ea
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; Repl commands
|
||||
|
||||
;; Copyright (C) 2001, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2001, 2009, 2010, 2011, 2012, 2013, 2020 Free Software Foundation, Inc.
|
||||
|
||||
;; This library is free software; you can redistribute it and/or
|
||||
;; modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -30,7 +30,8 @@
|
|||
#:use-module (system vm program)
|
||||
#:use-module (system vm trap-state)
|
||||
#:use-module (system vm vm)
|
||||
#:autoload (system base language) (lookup-language language-reader)
|
||||
#:autoload (system base language) (lookup-language language-reader
|
||||
language-title language-name)
|
||||
#:autoload (system vm trace) (call-with-trace)
|
||||
#:use-module (ice-9 format)
|
||||
#:use-module (ice-9 session)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue