* module/ice-9/getopt-long.scm (short-opt-rx): Add 0-9.
---
module/ice-9/getopt-long.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/module/ice-9/getopt-long.scm b/module/ice-9/getopt-long.scm
index 18b235390..0077183da 100644
--- a/module/ice-9/getopt-long.scm
+++ b/module
* module/web/response.scm (text-content-type?): Add check for /json and +json.
---
module/web/response.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/module/web/response.scm b/module/web/response.scm
index 4ac4d74ca..394aac83c 100644
--- a/module/web/response.scm
+++ b/module/web/respon
Marius Bakke writes:
> * module/ice-9/getopt-long.scm (short-opt-rx): Add 0-9.
Hehe, reminds me of
https://lists.gnu.org/archive/html/bug-guile/2018-07/msg9.html
> diff --git a/module/ice-9/getopt-long.scm b/module/ice-9/getopt-long.scm
> index 18b235390..0077183da 100644
> --- a/module