bug#59646: [PATCH] Add short command for locals debug command.

2022-11-27 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
--- module/system/repl/command.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/system/repl/command.scm b/module/system/repl/command.scm index 0024fd165..4c4a667f3 100644 --- a/module/system/repl/command.scm +++ b/module/system/repl/command.scm @@ -61,7 +61,7 @@

bug#59646: [PATCH v2] Add short command for locals debug command.

2022-11-27 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
--- module/system/repl/command.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/system/repl/command.scm b/module/system/repl/command.scm index 0024fd165..d7257b5a1 100644 --- a/module/system/repl/command.scm +++ b/module/system/repl/command.scm @@ -61,7 +61,7 @@

bug#59647: [PATCH] Fix typos in docstrings.

2022-11-27 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
* libguile/boolean.c (scm_not): Fix typo. (scm_boolean_p): Fix typo. --- libguile/boolean.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libguile/boolean.c b/libguile/boolean.c index e8370331f..930001a89 100644 --- a/libguile/boolean.c +++ b/libguile/boolean.c @@