guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 03/05: repl: Add missing bindings in #:autoload spec.


From: Ludovic Courtès
Subject: [Guile-commits] 03/05: repl: Add missing bindings in #:autoload spec.
Date: Mon, 20 Jan 2020 05:45:33 -0500 (EST)

civodul pushed a commit to branch master
in repository guile.

commit 5f1ed870eadd0c76fd6b8cb09b90df7d38d2feff
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon Jan 20 10:29:52 2020 +0100

    repl: Add missing bindings in #:autoload spec.
    
    Fixes <https://bugs.gnu.org/39196>.
    Reported by Matt Wette <address@hidden>.
    
    * module/system/repl/command.scm: Augment #:autoload set of bindings.
---
 module/system/repl/command.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/module/system/repl/command.scm b/module/system/repl/command.scm
index acb18e0..ac1fa09 100644
--- a/module/system/repl/command.scm
+++ b/module/system/repl/command.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]