1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 13:20:26 +02:00

* boot-9.scm (re-export-syntax): Re-introduced after accidentally

removing it in my patch from 2002-11-16.
This commit is contained in:
Dirk Herrmann 2002-11-24 08:28:05 +00:00
parent 9123414ee0
commit f2cbc0e567
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2002-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
* boot-9.scm (re-export-syntax): Re-introduced after accidentally
removing it in my patch from 2002-11-16.
2002-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
Thanks to Mikael Djurfeldt for a bugreport which led to the

View file

@ -2671,8 +2671,8 @@
(defmacro export-syntax names
`(export ,@names))
(defmacro export-syntax names
`(export ,@names))
(defmacro re-export-syntax names
`(re-export ,@names))
(define load load-module)