guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/05: ports: Export 'current-load-port'.


From: Ludovic Courtès
Subject: [Guile-commits] 01/05: ports: Export 'current-load-port'.
Date: Sun, 30 Jun 2019 15:49:05 -0400 (EDT)

civodul pushed a commit to branch stable-2.2
in repository guile.

commit 043ed2ae5b7e69c6048f37fd0fd3344479c84349
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jun 25 14:47:27 2019 +0200

    ports: Export 'current-load-port'.
    
    This binding was forgotten when (ice-9 ports) was introduced in
    44b3342c4d5ebd4bbf21c7c7608a5f1a53ba0eb4.  Thus it has always been
    missing in Guile 2.2.
    
    * module/ice-9/ports.scm: Export 'current-load-port'.
---
 module/ice-9/ports.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/module/ice-9/ports.scm b/module/ice-9/ports.scm
index 8eee229..dbc7ef7 100644
--- a/module/ice-9/ports.scm
+++ b/module/ice-9/ports.scm
@@ -1,5 +1,5 @@
 ;;; Ports
-;;; Copyright (C) 2016 Free Software Foundation, Inc.
+;;; Copyright (C) 2016, 2019 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 License as
@@ -31,6 +31,7 @@
             %set-port-property!
             current-input-port current-output-port
             current-error-port current-warning-port
+            current-load-port
             set-current-input-port set-current-output-port
             set-current-error-port
             port-mode



reply via email to

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