1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 09:40:25 +02:00

ports: Export 'current-load-port'.

This binding was forgotten when (ice-9 ports) was introduced in
44b3342c4d.  Thus it has always been
missing in Guile 2.2.

* module/ice-9/ports.scm: Export 'current-load-port'.
This commit is contained in:
Ludovic Courtès 2019-06-25 14:47:27 +02:00
parent e1225d013e
commit 043ed2ae5b

View file

@ -1,5 +1,5 @@
;;; Ports ;;; 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 ;;; This library is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU Lesser General Public License as ;;; it under the terms of the GNU Lesser General Public License as
@ -31,6 +31,7 @@
%set-port-property! %set-port-property!
current-input-port current-output-port current-input-port current-output-port
current-error-port current-warning-port current-error-port current-warning-port
current-load-port
set-current-input-port set-current-output-port set-current-input-port set-current-output-port
set-current-error-port set-current-error-port
port-mode port-mode